From e822108d8572fc5410932c8f955896d84560e9f3 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Fri, 31 Oct 2014 12:12:25 -0700 Subject: [PATCH] tighten up mobile search spacing --- app/assets/stylesheets/mobile/header.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss index 59736598cb7..70d32d064a9 100644 --- a/app/assets/stylesheets/mobile/header.scss +++ b/app/assets/stylesheets/mobile/header.scss @@ -75,7 +75,6 @@ font-size: 14px; } -.d-dropdown .no-results .show-help { - display: none; -} - +.d-dropdown#search-dropdown .heading { + padding: 0; +} \ No newline at end of file