Merge pull request #3436 from crazyserver/MOBILE-4177

MOBILE-4177 forum: Empty box with auto height
main
Dani Palou 2022-11-11 10:46:46 +01:00 committed by GitHub
commit df65afbd5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;