diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-27 19:36:01 +0530 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2017-03-27 20:06:46 +0000 |
commit | dc9acd0ae17c4be0f7ad0f059b175d99185b0268 (patch) | |
tree | 74a89628cee3620a1fad9aaf1f104912da2d9f81 /docs/_static | |
parent | e0ec89a74253d01f3fa9b471fcfd6ca247710345 (diff) |
Fix search form overflow
Search input in the navbar overflowed
to the next line in the navbar in
certain pages.
Change-Id: Ica9b01c6051cb2649f773a90a506ab89a8d74ac3
Signed-off-by: ShubhamRathi <shubhamiiitbackup@gmail.com>
Diffstat (limited to 'docs/_static')
-rw-r--r-- | docs/_static/my-styles.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/_static/my-styles.css b/docs/_static/my-styles.css index 86e7ea822..94e72cdb7 100644 --- a/docs/_static/my-styles.css +++ b/docs/_static/my-styles.css @@ -17,4 +17,12 @@ body{ .navbar-text{ color: #676767; +} + +.navbar-form.navbar-right{ + padding: 0; +} + +.navbar-form .form-control{ + width: 150px; }
\ No newline at end of file |