Skip to content

Commit

Permalink
ENGCOM-4013: [Backport] issue fixed #20299 Order item details label n…
Browse files Browse the repository at this point in the history
…ot aligned in mobile view #20539
  • Loading branch information
sivaschenko authored Feb 17, 2019
2 parents 2d15143 + 8dbd97b commit b14efd8
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,17 @@
}
}
}

.cart.table-wrapper,
.order-items.table-wrapper {
.col.price,
.col.qty,
.col.subtotal,
.col.msrp {
text-align: left;
}
}

}

//
Expand Down

0 comments on commit b14efd8

Please sign in to comment.