From dc9acd0ae17c4be0f7ad0f059b175d99185b0268 Mon Sep 17 00:00:00 2001 From: ShubhamRathi Date: Mon, 27 Mar 2017 19:36:01 +0530 Subject: 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 --- docs/_static/my-styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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 -- cgit 1.2.3-korg