Skip to content

Commit 1847809

Browse files
committed
Cart page cross-sell product addtocart button issue resolved
1 parent 6d856c4 commit 1847809

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,18 @@
536536
// Desktop
537537
// _____________________________________________
538538

539+
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
540+
.cart-container {
541+
.block.crosssell {
542+
.products-grid {
543+
.product-item-actions {
544+
margin: 0 0 @indent__s;
545+
}
546+
}
547+
}
548+
}
549+
}
550+
539551
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
540552
.checkout-cart-index {
541553
.page-main {

0 commit comments

Comments
 (0)