Skip to content

Commit 6bbbfe2

Browse files
authored
ENGCOM-4069: view-order-price-subtotal-alignment-not-proper-mobile #20466
2 parents b1241b8 + 7a2f8f3 commit 6bbbfe2

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,14 @@
294294
}
295295
}
296296
}
297+
.order-items.table-wrapper {
298+
.col.price,
299+
.col.qty,
300+
.col.subtotal,
301+
.col.msrp {
302+
text-align: left;
303+
}
304+
}
297305
}
298306

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

0 commit comments

Comments
 (0)