fix line height entity card (#25652)

pull/25657/head
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
1 changed files with 1 additions and 1 deletions

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 {