Skip to content

Commit dd09f19

Browse files
authored
ENGCOM-4028: My-account-page-title-extra-space-on-mobile #20725
2 parents ceb7af6 + 181e318 commit dd09f19

File tree

2 files changed

+4
-4
lines changed
  • app/design/frontend/Magento

2 files changed

+4
-4
lines changed

app/design/frontend/Magento/blank/Magento_Customer/web/css/source/_module.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@
367367
}
368368

369369
.account {
370-
.page.messages {
371-
margin-bottom: @indent__base;
370+
.messages {
371+
margin-bottom: 0;
372372
}
373373

374374
.toolbar {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@
554554
}
555555

556556
.account {
557-
.page.messages {
558-
margin-bottom: @indent__base;
557+
.messages {
558+
margin-bottom: 0;
559559
}
560560

561561
.column.main {

0 commit comments

Comments
 (0)