From 6b5c9efb3906b1e60b71317c4cf987c6eca1324c Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 2 Sep 2019 00:00:14 -0500 Subject: [PATCH] Break long strings in notifications (#3557) --- src/dialogs/notifications/persistent-notification-item.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/dialogs/notifications/persistent-notification-item.ts b/src/dialogs/notifications/persistent-notification-item.ts index b40a743203..9ddb665718 100644 --- a/src/dialogs/notifications/persistent-notification-item.ts +++ b/src/dialogs/notifications/persistent-notification-item.ts @@ -73,6 +73,9 @@ export class HuiPersistentNotificationItem extends LitElement { a { color: var(--primary-color); } + ha-markdown { + overflow-wrap: break-word; + } `; }