From ab01633069c10d1d55ac2cbcd685baba4a250807 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Tue, 30 Apr 2024 23:12:53 +0200 Subject: [PATCH] Fix ha settings row display in more info settings (#20680) --- src/components/ha-settings-row.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ha-settings-row.ts b/src/components/ha-settings-row.ts index a516ff6c3b..4ba42277e3 100644 --- a/src/components/ha-settings-row.ts +++ b/src/components/ha-settings-row.ts @@ -54,7 +54,7 @@ export class HaSettingsRow extends LitElement { .body[three-line] { min-height: var(--paper-item-body-three-line-min-height, 88px); } - :host(:not([wrap-heading])) > * { + :host(:not([wrap-heading])) body > * { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;