Skip to content

Commit 9a27beb

Browse files
ENGCOM-2659: [Backport] #15308 removed extraneous margin #17379
- Merge Pull Request #17379 from gelanivishal/magento2:2.1-develop-PR-port-15936 - Merged commits: 1. ebdc7c3
2 parents e42fd2e + ebdc7c3 commit 9a27beb

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
@@ -156,11 +156,11 @@
156156
.column.main {
157157
.product {
158158
&-items {
159-
margin-left: -@indent__base;
159+
margin-left: 0;
160160
}
161161

162162
&-item {
163-
padding-left: @indent__base;
163+
padding-left: 0;
164164
}
165165
}
166166
}

0 commit comments

Comments
 (0)