Skip to content

Commit

Permalink
ENGCOM-2659: [Backport] #15308 removed extraneous margin #17379
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov committed Aug 6, 2018
2 parents e42fd2e + 9a27beb commit 5a07347
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 5a07347

Please sign in to comment.