Break long strings in notifications (#3557)

This commit is contained in:
Ian Richardson 2019-09-02 00:00:14 -05:00 committed by Paulus Schoutsen
parent be0c035ba1
commit 6b5c9efb39

View File

@ -73,6 +73,9 @@ export class HuiPersistentNotificationItem extends LitElement {
a {
color: var(--primary-color);
}
ha-markdown {
overflow-wrap: break-word;
}
`;
}