fix line height entity card (#25652)

This commit is contained in:
Bram Kragten 2025-05-30 15:34:03 +02:00 committed by GitHub
parent 6692ac7517
commit 5ed816df6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {