mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +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>
|
<style>
|
||||||
.data-entry .value {
|
.data-entry .value {
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
.attribution {
|
.attribution {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user