Skip to content

Commit 588a293

Browse files
authored
ENGCOM-4249: Fix issue 21177 - Cart page cross-sell product add-to-cart button issue resolved #21178
2 parents bdc715f + 7e30a00 commit 588a293

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
@@ -527,6 +527,18 @@
527527
// Desktop
528528
// _____________________________________________
529529

530+
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__s) {
531+
.cart-container {
532+
.block.crosssell {
533+
.products-grid {
534+
.product-item-actions {
535+
margin: 0 0 @indent__s;
536+
}
537+
}
538+
}
539+
}
540+
}
541+
530542
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
531543
.checkout-cart-index {
532544
.page-main {

0 commit comments

Comments
 (0)