Skip to content

Commit 980ba76

Browse files
committed
MAGETWO-44362: Can't filter the products if responsive
1 parent 1691f1a commit 980ba76

File tree

2 files changed

+2
-2
lines changed
  • app/design/frontend/Magento

2 files changed

+2
-2
lines changed

app/design/frontend/Magento/blank/Magento_LayeredNavigation/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
.page-with-filter {
8585
.columns {
8686
.sidebar-main {
87-
.vendor-prefix-order(0);
87+
.lib-vendor-prefix-order(0);
8888
}
8989
}
9090
}

app/design/frontend/Magento/luma/Magento_LayeredNavigation/web/css/source/_module.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@
324324
.page-with-filter {
325325
.columns {
326326
.sidebar-main {
327-
.vendor-prefix-order(0);
327+
.lib-vendor-prefix-order(0);
328328
}
329329
}
330330
}

0 commit comments

Comments
 (0)