Skip to content

Commit

Permalink
ipad-view-order-summary-block
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipti 2Jcommerce committed Jan 31, 2019
1 parent 6b69fa1 commit 4bb06ef
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,14 +148,14 @@
}

.product-item-name-block {
display: table-cell;
display: block;
padding-right: @indent__xs;
text-align: left;
}

.subtotal {
display: table-cell;
text-align: right;
display: block;
text-align: left;
}

.price {
Expand Down

0 comments on commit 4bb06ef

Please sign in to comment.