mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46:42 +00:00
Wrap long attributes in more-info-default (#3601)
Can likely be applied in many other places Closes https://github.com/home-assistant/home-assistant-polymer/issues/2811
This commit is contained in:
parent
4378904243
commit
48a010563e
@ -11,6 +11,7 @@ class HaAttributes extends PolymerElement {
|
||||
<style>
|
||||
.data-entry .value {
|
||||
max-width: 200px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.attribution {
|
||||
color: var(--secondary-text-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user