mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
Fix margins in vertical-stack (#1789)
This commit is contained in:
parent
294360d35a
commit
87fba75860
@ -13,7 +13,7 @@ class HuiVerticalStackCard extends PolymerElement {
|
||||
flex-direction: column;
|
||||
}
|
||||
#root > * {
|
||||
margin: 4px 0 8px 0;
|
||||
margin: 4px 0 4px 0;
|
||||
}
|
||||
#root > *:first-child {
|
||||
margin-top: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user