Merge pull request #5373 from zsarnett/entity-card-fix
Entity Card: Fix Value clipping in editor
This commit is contained in:
@@ -220,6 +220,7 @@ class HuiEntityCard extends LitElement implements LovelaceCard {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.value {
|
.value {
|
||||||
|
|||||||
Reference in New Issue
Block a user