Fixing site errors being concealed by new navigation (https://github.com/woocommerce/woocommerce-admin/pull/6337)

This commit is contained in:
Joel Thiessen 2021-03-09 09:40:56 -08:00 committed by GitHub
parent 0e1b81b3c9
commit 84467d4f2a
1 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,10 @@ body.is-wc-nav-expanded {
width: $navigation-width;
height: 100%;
}
font > .xdebug-error {
margin-left: calc(#{$navigation-width} + #{$gap});
}
}
body.is-wc-nav-folded {
@ -129,4 +133,8 @@ body.is-wc-nav-folded {
margin-top: $adminbar-height;
}
}
font > .xdebug-error {
margin-top: $header-height;
}
}