From ac7d473567f870bc76bedb56b776aba146dfb2a6 Mon Sep 17 00:00:00 2001 From: Jedidiah Broadbent Date: Sun, 24 Apr 2016 22:30:46 +0100 Subject: Fixed width of .search-location-badge as it was causing issues in Safari. #15541 --- app/assets/stylesheets/pages/search.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index f0f3744c6fa..9c0b341a883 100644 --- a/app/assets/stylesheets/pages/search.scss +++ b/app/assets/stylesheets/pages/search.scss @@ -159,7 +159,7 @@ &.has-location-badge { .search-input-wrap { - width: 78%; + width: 68%; } } } -- cgit v1.2.1