Skip to content

Commit f88b76b

Browse files
authored
ENGCOM-4132: [Backport] My account page title extra space on mobile 2.2 #20782
2 parents 96128a5 + 6425dda commit f88b76b

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__xl;
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
@@ -550,8 +550,8 @@
550550
}
551551

552552
.account {
553-
.page.messages {
554-
margin-bottom: @indent__xl;
553+
.messages {
554+
margin-bottom: 0;
555555
}
556556

557557
.column.main {

0 commit comments

Comments
 (0)