Fixed width of .search-location-badge as it was causing issues in Safari. #15541

This commit is contained in:
Jedidiah Broadbent
2016-04-24 22:30:46 +01:00
parent 954af77b39
commit ac7d473567
+1 -1
View File
@@ -159,7 +159,7 @@
&.has-location-badge {
.search-input-wrap {
width: 78%;
width: 68%;
}
}
}