Skip to content

Commit

Permalink
make sure breadcrumbs look correct in sideframe with debug enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
vxsx committed May 17, 2016
1 parent c4ec1e9 commit d73bf3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions djangocms_admin_style/sass/components/_sideframe.scss
Expand Up @@ -14,10 +14,16 @@
// removes padding left to align breadcrumbs #242
padding-left: 0 !important;
}
&.cms-debug #container .breadcrumbs {
padding-top: $breadcrumb-padding + $toolbar-debug-height !important;
}
#content {
// updates content margin top because of breadcrumbs #242
margin-top: 117px !important;
}
&.cms-debug #content {
margin-top: 117px + $toolbar-debug-height !important;
}
ul.messagelist {
margin-top: 46px !important;
}
Expand Down

0 comments on commit d73bf3a

Please sign in to comment.