fix line height entity card (#25652)

This commit is contained in:
Bram Kragten 2025-05-30 15:34:03 +02:00
parent 4c78eb4797
commit aebd6350c0

View File

@ -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 {