mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
fix line height entity card (#25652)
This commit is contained in:
parent
6692ac7517
commit
5ed816df6d
@ -301,7 +301,7 @@ export class HuiEntityCard extends LitElement implements LovelaceCard {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
line-height: var(--ha-line-height-expanded);
|
||||
line-height: var(--ha-line-height-condensed);
|
||||
}
|
||||
|
||||
.value {
|
||||
|
Loading…
x
Reference in New Issue
Block a user