From 6a0b6772544a3f5fcc82898e39d877ff2e4dfe53 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Tue, 19 Dec 2017 11:01:14 -0700 Subject: Line up search dropdown with other nav dropdowns --- app/assets/stylesheets/framework/dropdowns.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets/framework') diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index 22303e6ec14..bc907a390d8 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -28,7 +28,6 @@ .dropdown-menu, .dropdown-menu-nav { @include set-visible; - display: block; min-height: 40px; @media (max-width: $screen-xs-max) { @@ -47,6 +46,11 @@ } } +// Get search dropdown to line up with other nav dropdowns +.search-input-container .dropdown-menu { + margin-top: 11px; +} + .dropdown-toggle { padding: 6px 8px 6px 10px; background-color: $white-light; -- cgit v1.2.1