mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56: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;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.value {
|
||||
|
Loading…
x
Reference in New Issue
Block a user