Skip to content

Commit

Permalink
fixes-for-#20414::Recent orders grid not aligned from left in mobile …
Browse files Browse the repository at this point in the history
…as all content aligned from left
  • Loading branch information
nainesh2jcommerce committed Mar 5, 2019
1 parent 6b69fa1 commit f4d4d9b
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,17 @@
&.orders-recent {
&:extend(.abs-account-table-margin-mobile all);
&:extend(.abs-no-border-top all);
.table-order-items {
&.table {
tbody {
> tr {
> td.col {
padding-left: 0;
}
}
}
}
}
}
}

Expand Down

0 comments on commit f4d4d9b

Please sign in to comment.