break word in dev states table (#6060)

This commit is contained in:
Bram Kragten 2020-05-27 18:34:51 +02:00 committed by GitHub
parent 79de8e0f32
commit 78f5429c92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,7 @@ class HaPanelDevState extends EventsMixin(LocalizeMixin(PolymerElement)) {
}
.entities tr {
word-break: break-word;
vertical-align: top;
}