mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add padding back to weather forecast card for non-masonry layout (#25035)
This commit is contained in:
parent
1bba103a3d
commit
2682011ae6
@ -477,6 +477,7 @@ class HuiWeatherForecastCard extends LitElement implements LovelaceCard {
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
box-sizing: border-box;
|
||||
padding: 16px 0;
|
||||
}
|
||||
|
||||
.content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user