mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
Break long strings in notifications (#3557)
This commit is contained in:
parent
be0c035ba1
commit
6b5c9efb39
@ -73,6 +73,9 @@ export class HuiPersistentNotificationItem extends LitElement {
|
||||
a {
|
||||
color: var(--primary-color);
|
||||
}
|
||||
ha-markdown {
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user