safari doesnt support overflow-wrap: anywhere

This commit is contained in:
Bram Kragten 2021-12-03 18:04:03 +01:00
parent ea18fc0078
commit a283acaabf
No known key found for this signature in database
GPG Key ID: FBE2DFDB363EF55B

View File

@ -121,6 +121,7 @@ class HaAlert extends LitElement {
}
.main-content {
overflow-wrap: anywhere;
word-break: break-word;
margin-left: 8px;
margin-right: 0;
}