Skip to content

Commit eb3a122

Browse files
authored
ENGCOM-4161: 'fixes-for-#20414' :: Recent orders grid not aligned from left in mob… #20429
2 parents 6a74f09 + e3e7c18 commit eb3a122

File tree

1 file changed

+11
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Sales/web/css/source

1 file changed

+11
-0
lines changed

app/design/frontend/Magento/luma/Magento_Sales/web/css/source/_module.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,17 @@
398398
&.orders-recent {
399399
&:extend(.abs-account-table-margin-mobile all);
400400
&:extend(.abs-no-border-top all);
401+
.table-order-items {
402+
&.table {
403+
tbody {
404+
> tr {
405+
> td.col {
406+
padding-left: 0;
407+
}
408+
}
409+
}
410+
}
411+
}
401412
}
402413
}
403414

0 commit comments

Comments
 (0)