MOBILE-4177 split-view: Fix auto height of empty box

main
Pau Ferrer Ocaña 2022-11-10 12:42:02 +01:00
parent bdd6aeb738
commit 8bf75e67bf
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@
@include inline();
}
:host-context(.limited-width > ):not([slot]) {
:host-context(.limited-width > ):not([slot]),
:host-context(.menu > ):not([slot]) {
&.core-loading-loaded {
--contents-display: flex;
flex-direction: column;