Skip to content

Commit d1408da

Browse files
ENGCOM-4249: Fix issue 21177 - Cart page cross-sell product add-to-cart button issue resolved #21178
- Merge Pull Request #21178 from speedy008/magento2:fix-issue-21177 - Merged commits: 1. e434bb1
2 parents 73650a0 + e434bb1 commit d1408da

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)