From ee4e718d179fbe95b59698b480ae16299005a58d Mon Sep 17 00:00:00 2001 From: Alex Gustafsson Date: Thu, 31 Jul 2025 14:01:53 +0200 Subject: [PATCH] Fix host component style Fix the SASS rule for the app root component not being applied as it was written for the app root element, not the host scope. Fixes: d03c710636ccd6db51da1661ddf37ac951577a64 --- ui/src/app/app.component.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/app.component.sass b/ui/src/app/app.component.sass index ec008d6..1a3e6ce 100644 --- a/ui/src/app/app.component.sass +++ b/ui/src/app/app.component.sass @@ -127,7 +127,7 @@ td overflow: visible text-overflow: ellipsis -app-root +:host display: flex flex-direction: column min-height: 100vh