mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-30 12:46:35 +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 {
|
a {
|
||||||
color: var(--primary-color);
|
color: var(--primary-color);
|
||||||
}
|
}
|
||||||
|
ha-markdown {
|
||||||
|
overflow-wrap: break-word;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user