Skip to content

Commit 136dd7a

Browse files
Reducing space when there is no message on the page
1 parent 1a805d0 commit 136dd7a

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368

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

374374
.toolbar {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@
551551

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

557557
.column.main {

0 commit comments

Comments
 (0)