Skip to content

Commit 3fc1709

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

File tree

1 file changed

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

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,15 @@
348348
&.table-order-review {
349349
> tbody {
350350
> tr {
351-
> td.col.qty {
352-
text-align: center;
351+
> td {
352+
&.col {
353+
&.subtotal {
354+
border-bottom: none;
355+
}
356+
&.qty {
357+
text-align: center;
358+
}
359+
}
353360
}
354361
}
355362
}

0 commit comments

Comments
 (0)