Skip to content

Commit 867f474

Browse files
cedarvindairajneeshgupta
authored andcommitted
issue fixed #20299 Order item details label not aligned in mobile view
issue fixed #20299 Order item details label not aligned in mobile view
1 parent 8fdae10 commit 867f474

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
@@ -501,6 +501,17 @@
501501
}
502502
}
503503
}
504+
505+
.cart.table-wrapper,
506+
.order-items.table-wrapper {
507+
.col.price,
508+
.col.qty,
509+
.col.subtotal,
510+
.col.msrp {
511+
text-align: left;
512+
}
513+
}
514+
504515
}
505516

506517
//

0 commit comments

Comments
 (0)