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