Fix margins in vertical-stack (#1789)

This commit is contained in:
Thomas Lovén 2018-10-17 13:48:04 +02:00 committed by Paulus Schoutsen
parent 294360d35a
commit 87fba75860

View File

@ -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;