From 8bf75e67bf7db06cbc9b6d6555f02e24b0a1ebcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 10 Nov 2022 12:42:02 +0100 Subject: [PATCH] MOBILE-4177 split-view: Fix auto height of empty box --- src/core/components/loading/loading.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/components/loading/loading.scss b/src/core/components/loading/loading.scss index d07ba4a9b..ff665fdf2 100644 --- a/src/core/components/loading/loading.scss +++ b/src/core/components/loading/loading.scss @@ -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;