Fix editor value clipping

This commit is contained in:
Zack Arnett 2020-03-30 20:19:18 -04:00
parent 158eddfd44
commit 0b17642c31

View File

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