Skip to content

Commit 6480499

Browse files
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests: - #21243: [Backport] view-order-price-subtotal-alignment-not-proper-mobile (by @amol2jcommerce) Fixed GitHub Issues: - #20299: Order item details label not aligned in mobile view (reported by @swetacedcoss) has been fixed in #21243 by @amol2jcommerce in 2.2-develop branch Related commits: 1. 4b07a5c 2. ef4cdb6 3. e956712 4. 597c4af 5. a12d7af
2 parents 88ad7a6 + 2f1ef20 commit 6480499

File tree

2 files changed

+16
-0
lines changed
  • app/design/frontend/Magento

2 files changed

+16
-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) {

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_cart.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,14 @@
422422
&:extend(.abs-sidebar-totals-mobile all);
423423
}
424424
}
425+
.order-items.table-wrapper {
426+
.col.price,
427+
.col.qty,
428+
.col.subtotal,
429+
.col.msrp {
430+
text-align: left;
431+
}
432+
}
425433
}
426434

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

0 commit comments

Comments
 (0)