diff options
| author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-24 12:55:50 -0500 |
|---|---|---|
| committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-24 12:55:50 -0500 |
| commit | 180da813f3e3ecfd993d5d67fac1dfd7ae6df035 (patch) | |
| tree | 8e7f06ca5c12a5110b0677e0556e5a7fe2103920 | |
| parent | 91cb078648836985da222db6d03f65300d0edc56 (diff) | |
| download | gitlab-ce-180da813f3e3ecfd993d5d67fac1dfd7ae6df035.tar.gz | |
Fixes overlapping on Safari
| -rw-r--r-- | app/assets/stylesheets/pages/search.scss | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index 4179d0adb3e..3ef8230d812 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%; + } + } } |
