Skip to content

Commit 86fddd8

Browse files
ENGCOM-2084: [Backport] Solve overlapping Issue on category page. #16287
- Merge Pull Request #16287 from chirag-wagento/magento2:overlapping-issue-backport - Merged commits: 1. c601b84
2 parents d3c6e06 + c601b84 commit 86fddd8

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)