Skip to content

Commit bf580e4

Browse files
author
akartavtsev
committed
#25300 Mobile view issue on category page - Sort By label overlaps with Shop By button
1 parent 18c339e commit bf580e4

File tree

1 file changed

+10
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module

1 file changed

+10
-0
lines changed

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_toolbar.less

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,3 +243,13 @@
243243
}
244244
}
245245
}
246+
247+
//
248+
// Mobile
249+
// _____________________________________________
250+
251+
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__xs) {
252+
.sorter-options {
253+
margin: 0 2px;
254+
}
255+
}

0 commit comments

Comments
 (0)