Skip to content

Commit d10d059

Browse files
ENGCOM-1986: [Forwardport] #15308 removed extraneous margin #15975
- Merge Pull Request #15975 from chirag-wagento/magento2:2.3-develop-PR-port-15936 - Merged commits: 1. eee2e7c
2 parents f8b3385 + eee2e7c commit d10d059

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
@@ -167,11 +167,11 @@
167167
.column.main {
168168
.product {
169169
&-items {
170-
margin-left: -@indent__base;
170+
margin-left: 0;
171171
}
172172

173173
&-item {
174-
padding-left: @indent__base;
174+
padding-left: 0;
175175
}
176176
}
177177
}

0 commit comments

Comments
 (0)