Fixing site errors being concealed by new navigation (https://github.com/woocommerce/woocommerce-admin/pull/6337)
This commit is contained in:
parent
0e1b81b3c9
commit
84467d4f2a
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue