mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Merge pull request #5373 from zsarnett/entity-card-fix
Entity Card: Fix Value clipping in editor
This commit is contained in:
commit
f2124f1c95
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user