Skip to content

Commit 4db25fa

Browse files
committed
Removed location list float due to strange Chrome rendering issue after filtering locations
1 parent b8707e1 commit 4db25fa

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

dist/assets/css/storelocator.css

-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@
136136
.bh-sl-container .bh-sl-map-container a:focus, .bh-sl-container .bh-sl-map-container a:hover, .bh-sl-container .bh-sl-map-container a:active {
137137
text-decoration: underline; }
138138
.bh-sl-container .bh-sl-loc-list {
139-
float: left;
140139
font-size: 13px;
141140
height: 530px;
142141
overflow-x: auto;

dist/assets/css/storelocator.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/storelocator.scss

-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ $tabletLarge: '(min-width: 1024px)';
200200
}
201201

202202
.bh-sl-loc-list {
203-
float: left;
204203
font-size: 13px;
205204
height: 530px;
206205
overflow-x: auto;

0 commit comments

Comments
 (0)