Skip to content

Commit

Permalink
issue fixed #20299 Order item details label not aligned in mobile view
Browse files Browse the repository at this point in the history
issue fixed #20299 Order item details label not aligned in mobile view
  • Loading branch information
cedarvinda authored Jan 15, 2019
1 parent 3a42052 commit 0652e87
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,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 0652e87

Please sign in to comment.