Skip to content

Commit a34c45e

Browse files
ENGCOM-1923: #15308 removed extraneous margin #15936
- Merge Pull Request #15936 from StevenGuapaBV/magento2:2.2-develop - Merged commits: 1. cae12b1
2 parents 1ff3ca5 + cae12b1 commit a34c45e

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)