fix line height entity card (#25652)
parent
6692ac7517
commit
5ed816df6d
|
@ -301,7 +301,7 @@ export class HuiEntityCard extends LitElement implements LovelaceCard {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
line-height: var(--ha-line-height-expanded);
|
line-height: var(--ha-line-height-condensed);
|
||||||
}
|
}
|
||||||
|
|
||||||
.value {
|
.value {
|
||||||
|
|
Loading…
Reference in New Issue