mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Fix editor value clipping
This commit is contained in:
parent
158eddfd44
commit
0b17642c31
@ -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