Skip to content

Commit

Permalink
ENGCOM-4161: 'fixes-for-#20414' :: Recent orders grid not aligned fro…
Browse files Browse the repository at this point in the history
…m left in mob… #20429
  • Loading branch information
sidolov authored Mar 13, 2019
2 parents 6a74f09 + e3e7c18 commit eb3a122
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,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 eb3a122

Please sign in to comment.