Slightly increase max attribute value width (#8085)

This commit is contained in:
Philip Allgaier
2021-01-04 19:51:30 +01:00
committed by GitHub
parent a3fdfe0e15
commit 2c2226dfd6

View File

@@ -63,7 +63,7 @@ class HaAttributes extends LitElement {
justify-content: space-between;
}
.data-entry .value {
max-width: 50%;
max-width: 60%;
overflow-wrap: break-word;
text-align: right;
}