1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Add padding back to weather forecast card for non-masonry layout (#25035)

This commit is contained in:
0xEF
2025-04-15 11:31:41 +02:00
committed by GitHub
parent 1bba103a3d
commit 2682011ae6

View File

@@ -477,6 +477,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
box-sizing: border-box; box-sizing: border-box;
padding: 16px 0;
} }
.content { .content {