Skip to content

Commit 5c8f2b1

Browse files
author
Nainesh
committed
quantity-not-center-align-on-review-order
1 parent 6b69fa1 commit 5c8f2b1

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

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

346346
.data.table {
347347
&:extend(.abs-checkout-order-review all);
348+
&.table-order-review {
349+
> tbody {
350+
> tr {
351+
> td.col.qty {
352+
text-align: center;
353+
}
354+
}
355+
}
356+
}
348357
}
349358
}
350359

0 commit comments

Comments
 (0)