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:
Ian Richardson 2019-09-04 02:37:21 -05:00 committed by Bram Kragten
parent 4378904243
commit 48a010563e

View File

@ -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);