Skip to content

Commit 5e2f1d9

Browse files
authored
ENGCOM-6607: #25300 Mobile view issue on category page - Sort By label overlaps #26381
2 parents 12e9244 + ce5f093 commit 5e2f1d9

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)