diff --git a/src/components/entity/state-info.ts b/src/components/entity/state-info.ts index f53089578..8e56ee10f 100644 --- a/src/components/entity/state-info.ts +++ b/src/components/entity/state-info.ts @@ -73,7 +73,7 @@ class StateInfo extends LitElement { ` - : html`
`} + : html`
`} `; } @@ -106,6 +106,10 @@ class StateInfo extends LitElement { .info { margin-left: 56px; + display: flex; + flex-direction: column; + justify-content: center; + height: 100%; } :host([rtl]) .info {