From a283acaabfa6dad09d2331b88d3577cec0d9cd2c Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Fri, 3 Dec 2021 18:04:03 +0100 Subject: [PATCH] safari doesnt support overflow-wrap: anywhere --- src/components/ha-alert.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ha-alert.ts b/src/components/ha-alert.ts index 90c31c3cc6..b6f2f52a46 100644 --- a/src/components/ha-alert.ts +++ b/src/components/ha-alert.ts @@ -121,6 +121,7 @@ class HaAlert extends LitElement { } .main-content { overflow-wrap: anywhere; + word-break: break-word; margin-left: 8px; margin-right: 0; }