Skip to content

Commit 5e04c4c

Browse files
authored
ENGCOM-3861: issue fixed #20299 Order item details label not aligned in mobile view #20301
2 parents b09ff50 + 3e66763 commit 5e04c4c

File tree

1 file changed

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

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,17 @@
492492
}
493493
}
494494
}
495+
496+
.cart.table-wrapper,
497+
.order-items.table-wrapper {
498+
.col.price,
499+
.col.qty,
500+
.col.subtotal,
501+
.col.msrp {
502+
text-align: left;
503+
}
504+
}
505+
495506
}
496507

497508
//

0 commit comments

Comments
 (0)