Skip to content

Commit f4d4d9b

Browse files
fixes-for-#20414::Recent orders grid not aligned from left in mobile as all content aligned from left
1 parent 6b69fa1 commit f4d4d9b

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
@@ -392,6 +392,17 @@
392392
&.orders-recent {
393393
&:extend(.abs-account-table-margin-mobile all);
394394
&:extend(.abs-no-border-top all);
395+
.table-order-items {
396+
&.table {
397+
tbody {
398+
> tr {
399+
> td.col {
400+
padding-left: 0;
401+
}
402+
}
403+
}
404+
}
405+
}
395406
}
396407
}
397408

0 commit comments

Comments
 (0)