Skip to content

Commit a80cfaa

Browse files
authored
ENGCOM-4595: Fixed WhiteSpace issue in product grid #21948
2 parents 1d02714 + 103b2f2 commit a80cfaa

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434

3535
.product {
3636
&-items {
37-
font-size: 0;
37+
.lib-inline-block-space-container();
3838
&:extend(.abs-reset-list all);
3939
}
4040

4141
&-item {
42-
font-size: 1.4rem;
42+
.lib-inline-block-space-item();
4343
vertical-align: top;
4444

4545
.products-grid & {

0 commit comments

Comments
 (0)