Skip to content

Commit

Permalink
quantity-not-center-align-on-review-order
Browse files Browse the repository at this point in the history
  • Loading branch information
Nainesh committed Feb 7, 2019
1 parent 6b69fa1 commit 5c8f2b1
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,15 @@

.data.table {
&:extend(.abs-checkout-order-review all);
&.table-order-review {
> tbody {
> tr {
> td.col.qty {
text-align: center;
}
}
}
}
}
}

Expand Down

0 comments on commit 5c8f2b1

Please sign in to comment.