Skip to content

Commit

Permalink
ENGCOM-4279: [Backport] quantity-not-center-align-on-review-order #21240
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Feb 15, 2019
2 parents 815d24b + 8786bed commit a32d7f5
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 a32d7f5

Please sign in to comment.