Skip to content

Commit c601b84

Browse files
Fixes overlapping issue on category page.
1 parent bedf5c1 commit c601b84

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425

426426
.product-item {
427427
margin-left: calc(~'(100% - 4 * 24.439%) / 3');
428-
padding: 0;
428+
padding: 5px;
429429
width: 24.439%;
430430

431431
&:nth-child(4n + 1) {

0 commit comments

Comments
 (0)