From: ShubhamRathi Date: Mon, 27 Mar 2017 14:06:01 +0000 (+0530) Subject: Fix search form overflow X-Git-Tag: opnfv-5.0.0~4043^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=dc9acd0ae17c4be0f7ad0f059b175d99185b0268;p=opnfvdocs.git 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 --- 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