Skip to content

Commit

Permalink
Fix static tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec authored and speedy008 committed Feb 19, 2019
1 parent 1847809 commit e2bb5a3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -539,13 +539,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 e2bb5a3

Please sign in to comment.