Fix search form overflow 11/31911/3
authorShubhamRathi <shubhamiiitbackup@gmail.com>
Mon, 27 Mar 2017 14:06:01 +0000 (19:36 +0530)
committerAric Gardner <agardner@linuxfoundation.org>
Mon, 27 Mar 2017 20:06:46 +0000 (20:06 +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>
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