Skip to content

Commit

Permalink
Merge pull request #5 from amol2jcommerce/2.2-develop-PR-port-20301
Browse files Browse the repository at this point in the history
[Backport] issue fixed magento#20299 Order item details label not aligned in mobile view
  • Loading branch information
Amol Chaudhari authored Jan 23, 2019
2 parents 3e13ced + e9df191 commit 2f67ce5
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 2f67ce5

Please sign in to comment.