From 5cc4e2bb168ae1a11d6d07eaa477aaa27c44b389 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Wed, 20 May 2020 15:39:29 -0400 Subject: [PATCH] Weather Card: Fix Forecast Image Spacing (#5952) --- src/panels/lovelace/cards/hui-weather-forecast-card.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels/lovelace/cards/hui-weather-forecast-card.ts b/src/panels/lovelace/cards/hui-weather-forecast-card.ts index 69862bb4c3..06b839075d 100644 --- a/src/panels/lovelace/cards/hui-weather-forecast-card.ts +++ b/src/panels/lovelace/cards/hui-weather-forecast-card.ts @@ -435,6 +435,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard { .forecast-image-icon > * { width: 40px; + height: 40px; } .forecast-icon {