Skip to content

Commit

Permalink
ENGCOM-1986: [Forwardport] #15308 removed extraneous margin #15975
Browse files Browse the repository at this point in the history
 - Merge Pull Request #15975 from chirag-wagento/magento2:2.3-develop-PR-port-15936
 - Merged commits:
   1. eee2e7c
  • Loading branch information
magento-engcom-team committed Jun 14, 2018
2 parents f8b3385 + eee2e7c commit d10d059
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@
.column.main {
.product {
&-items {
margin-left: -@indent__base;
margin-left: 0;
}

&-item {
padding-left: @indent__base;
padding-left: 0;
}
}
}
Expand Down

0 comments on commit d10d059

Please sign in to comment.