Skip to content

Commit 2964f0c

Browse files
authored
ENGCOM-4175: quantity-not-center-align-on-review-order #21038
2 parents b03e8e0 + 22610f8 commit 2964f0c

File tree

1 file changed

+16
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Multishipping/web/css/source

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,22 @@
345345

346346
.data.table {
347347
&:extend(.abs-checkout-order-review all);
348+
&.table-order-review {
349+
> tbody {
350+
> tr {
351+
> td {
352+
&.col {
353+
&.subtotal {
354+
border-bottom: none;
355+
}
356+
&.qty {
357+
text-align: center;
358+
}
359+
}
360+
}
361+
}
362+
}
363+
}
348364
}
349365
}
350366

0 commit comments

Comments
 (0)