Skip to content

Commit e3e7c18

Browse files
ENGCOM-4161: 'fixes-for-#20414' :: Recent orders grid not aligned from left in mob… #20429
- Merge Pull Request #20429 from nainesh2jcommerce/magento2:fixes-for-#20414 - Merged commits: 1. f4d4d9b
2 parents 3a4ba66 + f4d4d9b commit e3e7c18

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)