Skip to content

Commit

Permalink
#15308 extraneous margin
Browse files Browse the repository at this point in the history
removed extraneous margin and compensated padding and set both to 0, which creates the same effect
  • Loading branch information
StevenGuapaBV authored and gelanivishal committed Aug 6, 2018
1 parent e42fd2e commit ebdc7c3
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -156,11 +156,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 ebdc7c3

Please sign in to comment.