fix line height entity card (#25652)
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…
Reference in New Issue