Skip to content

Commit e1e4f1b

Browse files
committed
Empty block rendering in My Account page sidebar fixed using designing changes
1 parent eb6946b commit e1e4f1b

File tree

1 file changed

+13
-0
lines changed
  • app/design/frontend/Magento/luma/Magento_Customer/web/css/source

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,12 @@
417417
.column.main {
418418
width: 77.7%;
419419
}
420+
421+
.sidebar-main {
422+
.block {
423+
margin-bottom: 0;
424+
}
425+
}
420426
}
421427

422428
.account {
@@ -528,11 +534,18 @@
528534
.column.main,
529535
.sidebar-additional {
530536
margin: 0;
537+
padding: 0;
531538
}
532539

533540
.data.table {
534541
&:extend(.abs-table-striped-mobile all);
535542
}
543+
544+
.sidebar-main {
545+
.account-nav {
546+
margin-bottom: 0;
547+
}
548+
}
536549
}
537550
}
538551

0 commit comments

Comments
 (0)