Fix unused entities (#16359)

This commit is contained in:
Bram Kragten
2023-05-01 14:46:54 +02:00
committed by GitHub
parent edc6da04f7
commit 9f1bd1e085

View File

@@ -1063,7 +1063,8 @@ class HUIRoot extends LitElement {
padding-right: env(safe-area-inset-right);
padding-bottom: env(safe-area-inset-bottom);
}
hui-view {
hui-view,
hui-unused-entities {
flex: 1 1 100%;
max-width: 100%;
}