Skip to content

Commit f8e7c90

Browse files
committed
Fix static tests.
1 parent 5328404 commit f8e7c90

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
@@ -530,13 +530,13 @@
530530
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
531531
.cart-container {
532532
.block.crosssell {
533-
.products-grid {
533+
.products-grid {
534534
.product-item-actions {
535535
margin: 0 0 @indent__s;
536536
}
537-
}
537+
}
538538
}
539-
}
539+
}
540540
}
541541

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

0 commit comments

Comments
 (0)