Skip to content

Commit 21567eb

Browse files
committed
Empty block rendering in My Account page sidebar fixed using designing changes
1 parent 35b736d commit 21567eb

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
@@ -421,6 +421,12 @@
421421
.column.main {
422422
width: 77.7%;
423423
}
424+
425+
.sidebar-main {
426+
.block {
427+
margin-bottom: 0;
428+
}
429+
}
424430
}
425431

426432
.account {
@@ -532,11 +538,18 @@
532538
.column.main,
533539
.sidebar-additional {
534540
margin: 0;
541+
padding: 0;
535542
}
536543

537544
.data.table {
538545
&:extend(.abs-table-striped-mobile all);
539546
}
547+
548+
.sidebar-main {
549+
.account-nav {
550+
margin-bottom: 0;
551+
}
552+
}
540553
}
541554
}
542555

0 commit comments

Comments
 (0)