Skip to content

Commit 4b04aed

Browse files
author
priti
committed
view-order-price-subtotal-alignment-not-proper-mobile
1 parent d7ac52b commit 4b04aed

File tree

1 file changed

+5
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Sales/web/css/source

1 file changed

+5
-0
lines changed

app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_module.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,11 @@
503503
}
504504
}
505505
}
506+
.order-items.table-wrapper {
507+
.col.price, .col.qty, .col.subtotal, .col.msrp {
508+
text-align: left;
509+
}
510+
}
506511
}
507512

508513
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {

0 commit comments

Comments
 (0)