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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}