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: d03c710636
This commit is contained in:
Alex Gustafsson 2025-07-31 14:01:53 +02:00
parent d88c6a42c2
commit ee4e718d17
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ td
overflow: visible
text-overflow: ellipsis
app-root
:host
display: flex
flex-direction: column
min-height: 100vh