Skip to content

Commit e2bb5a3

Browse files
nmalevanecspeedy008
authored andcommitted
Fix static tests.
1 parent 1847809 commit e2bb5a3

File tree

1 file changed

+3
-3
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module

1 file changed

+3
-3
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,13 +539,13 @@
539539
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
540540
.cart-container {
541541
.block.crosssell {
542-
.products-grid {
542+
.products-grid {
543543
.product-item-actions {
544544
margin: 0 0 @indent__s;
545545
}
546-
}
546+
}
547547
}
548-
}
548+
}
549549
}
550550

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

0 commit comments

Comments
 (0)