Skip to content

Commit

Permalink
Empty block rendering in My Account page sidebar fixed using designin…
Browse files Browse the repository at this point in the history
…g changes
  • Loading branch information
mage2pratik committed Jan 26, 2019
1 parent 35b736d commit 21567eb
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,12 @@
.column.main {
width: 77.7%;
}

.sidebar-main {
.block {
margin-bottom: 0;
}
}
}

.account {
Expand Down Expand Up @@ -532,11 +538,18 @@
.column.main,
.sidebar-additional {
margin: 0;
padding: 0;
}

.data.table {
&:extend(.abs-table-striped-mobile all);
}

.sidebar-main {
.account-nav {
margin-bottom: 0;
}
}
}
}

Expand Down

0 comments on commit 21567eb

Please sign in to comment.