Merge pull request #5373 from zsarnett/entity-card-fix

Entity Card: Fix Value clipping in editor
This commit is contained in:
Bram Kragten 2020-03-31 13:24:34 +02:00 committed by GitHub
commit f2124f1c95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -220,6 +220,7 @@ class HuiEntityCard extends LitElement implements LovelaceCard {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
line-height: 28px;
}
.value {