Skip to content

Commit be37147

Browse files
ENGCOM-4069: view-order-price-subtotal-alignment-not-proper-mobile #20466
- Merge Pull Request #20466 from priti2jcommerce/magento2:view-order-price-subtotal-alignment-not-proper-mobile - Merged commits: 1. 4b04aed 2. 3475a1f 3. c1a9958
2 parents 4f23251 + c1a9958 commit be37147

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,11 @@
294294
}
295295
}
296296
}
297+
.order-items.table-wrapper {
298+
.col.price, .col.qty, .col.subtotal, .col.msrp {
299+
text-align: left;
300+
}
301+
}
297302
}
298303

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

0 commit comments

Comments
 (0)