We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70bf049 commit 9943daeCopy full SHA for 9943dae
src/panels/lovelace/cards/hui-weather-forecast-card.ts
@@ -563,7 +563,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
563
.name,
564
.attribute {
565
font-size: var(--ha-font-size-m);
566
- line-height: 1;
+ line-height: var(--ha-line-height-condensed);
567
}
568
569
.name-state {
@@ -729,7 +729,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
729
.short .state,
730
.short .temp-attribute .temp {
731
font-size: 24px;
732
- line-height: 1.25;
733
734
735
.short .content + .forecast {
0 commit comments