Skip to content

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

username-removed-507451 requested to merge (removed):master into master

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

Fixes issue #15541 (closed) and is a minor CSS only change so [ci skip]

Before

Safari: Screen_Shot_2016-04-24_at_22.35.38

After

Safari: Screen_Shot_2016-04-24_at_21.59.49

Chrome: Screen_Shot_2016-04-24_at_21.59.40

CSS class referenced in the following files:

./app/assets/javascripts/search_autocomplete.js.coffee

./app/assets/stylesheets/pages/search.scss

…and is visible on the search bar on every page.

Merge request reports