From 2682011ae6de31c303d2dee6ba66df357896c341 Mon Sep 17 00:00:00 2001 From: 0xEF <48224539+hexEF@users.noreply.github.com> Date: Tue, 15 Apr 2025 11:31:41 +0200 Subject: [PATCH] Add padding back to weather forecast card for non-masonry layout (#25035) --- 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 6050ef428d..9e8818d7f9 100644 --- a/src/panels/lovelace/cards/hui-weather-forecast-card.ts +++ b/src/panels/lovelace/cards/hui-weather-forecast-card.ts @@ -477,6 +477,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard { flex-direction: column; justify-content: center; box-sizing: border-box; + padding: 16px 0; } .content {