From a94b211d3e6ba0e3b5f8da9317a217d554a9ea11 Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Fri, 31 Mar 2023 13:02:36 +0200 Subject: [PATCH] Fix ha-settings-row overflow (#15993) --- 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 7c36f13338..fc822203e0 100644 --- a/src/components/ha-settings-row.ts +++ b/src/components/ha-settings-row.ts @@ -92,7 +92,7 @@ export class HaSettingsRow extends LitElement { ::slotted(ha-switch) { padding: 16px 0; } - div[secondary] { + .secondary { white-space: normal; } .prefix-wrap {