Skip to content

Commit

Permalink
Fix static tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec committed Feb 15, 2019
1 parent 5328404 commit f8e7c90
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -530,13 +530,13 @@
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
.cart-container {
.block.crosssell {
.products-grid {
.products-grid {
.product-item-actions {
margin: 0 0 @indent__s;
}
}
}
}
}
}
}

.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
Expand Down

0 comments on commit f8e7c90

Please sign in to comment.