diff options
author | ShubhamRathi <shubhamiiitbackup@gmail.com> | 2017-03-27 19:36:01 +0530 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-03-29 09:17:01 +0000 |
commit | 2fb47a6d6a5a1911b978095b3c5b5454f9d1e008 (patch) | |
tree | b0f5b4521d77a785daef02dce317acbee3843da6 /docs | |
parent | f3b72eabba77bb31d2d13a4410e521f102a887e2 (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>
(cherry picked from commit dc9acd0ae17c4be0f7ad0f059b175d99185b0268)
Diffstat (limited to 'docs')
-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 |