Fix search form overflow 79/32179/1
authorShubhamRathi <shubhamiiitbackup@gmail.com>
Mon, 27 Mar 2017 14:06:01 +0000 (19:36 +0530)
committerSofia Wallin <sofia.wallin@ericsson.com>
Wed, 29 Mar 2017 09:17:01 +0000 (09:17 +0000)
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)

docs/_static/my-styles.css

index 86e7ea8..94e72cd 100644 (file)
@@ -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