summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJedidiah Broadbent <hello@jedidiah.eu>2016-04-24 22:30:46 +0100
committerJedidiah Broadbent <hello@jedidiah.eu>2016-04-24 22:30:46 +0100
commitac7d473567f870bc76bedb56b776aba146dfb2a6 (patch)
tree034afb8011e972462894464287cdbd1865fb60a8
parent954af77b39b89555ba79063341010a10617e9e5b (diff)
downloadgitlab-ce-ac7d473567f870bc76bedb56b776aba146dfb2a6.tar.gz
Fixed width of .search-location-badge as it was causing issues in Safari. #15541
-rw-r--r--app/assets/stylesheets/pages/search.scss2
1 files changed, 1 insertions, 1 deletions
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%;
}
}
}