Skip to content

Commit

Permalink
ENGCOM-4187: [Backport] Empty block rendering in My Account page side…
Browse files Browse the repository at this point in the history
…bar fixed using designing changes. #20845
  • Loading branch information
sidolov authored Feb 12, 2019
2 parents 4d88a50 + 0f83ee1 commit 6fac0d2
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,12 @@
.column.main {
width: 77.7%;
}

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

.account {
Expand Down Expand Up @@ -528,11 +534,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 6fac0d2

Please sign in to comment.