mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-20 07:46:37 +00:00
break word in dev states table (#6060)
This commit is contained in:
parent
79de8e0f32
commit
78f5429c92
@ -45,6 +45,7 @@ class HaPanelDevState extends EventsMixin(LocalizeMixin(PolymerElement)) {
|
||||
}
|
||||
|
||||
.entities tr {
|
||||
word-break: break-word;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user