Skip to content

Commit ebdc7c3

Browse files
StevenGuapaBVgelanivishal
authored andcommitted
#15308 extraneous margin
removed extraneous margin and compensated padding and set both to 0, which creates the same effect
1 parent e42fd2e commit ebdc7c3

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)