Skip to content

Commit

Permalink
Set proper text-aligh for the <th> element of the Subtotal column
Browse files Browse the repository at this point in the history
  • Loading branch information
TomashKhamlai committed Jul 25, 2018
1 parent 1023036 commit 48e9b1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@
text-align: center;
}

.item-price {
.item-price,
.item-subtotal {
text-align: right;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@
text-align: center;
}

.item-price {
.item-price,
.item-subtotal {
text-align: right;
}

Expand Down

0 comments on commit 48e9b1b

Please sign in to comment.