From 180da813f3e3ecfd993d5d67fac1dfd7ae6df035 Mon Sep 17 00:00:00 2001 From: Alfredo Sumaran Date: Thu, 24 Mar 2016 12:55:50 -0500 Subject: [PATCH] Fixes overlapping on Safari --- app/assets/stylesheets/pages/search.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index 4179d0adb3..3ef8230d81 100644 --- a/app/assets/stylesheets/pages/search.scss +++ b/app/assets/stylesheets/pages/search.scss @@ -135,5 +135,9 @@ } } - + &.has-location-badge { + .search-input-wrap { + width: 78%; + } + } }