Skip to content

Commit 43a9e58

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 4. 4812aa4
2 parents be37147 + 4812aa4 commit 43a9e58

File tree

1 file changed

+4
-1
lines changed
  • app/design/frontend/Magento/blank/Magento_Sales/web/css/source

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,10 @@
295295
}
296296
}
297297
.order-items.table-wrapper {
298-
.col.price, .col.qty, .col.subtotal, .col.msrp {
298+
.col.price,
299+
.col.qty,
300+
.col.subtotal,
301+
.col.msrp {
299302
text-align: left;
300303
}
301304
}

0 commit comments

Comments
 (0)