Skip to content

Commit

Permalink
ENGCOM-4175: quantity-not-center-align-on-review-order #21038
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 14, 2019
2 parents b03e8e0 + 22610f8 commit 2964f0c
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,22 @@

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

Expand Down

0 comments on commit 2964f0c

Please sign in to comment.