mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
fix line height entity card (#25652)
This commit is contained in:
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…
x
Reference in New Issue
Block a user