Fix for inconsistent spacing for checkout input fields (https://github.com/woocommerce/woocommerce-blocks/pull/5743)
Added margin top to :only-child to fix the inconsistent spacing for checkout input fields
This commit is contained in:
parent
c7c914218e
commit
6cfadd9eb4
|
@ -111,6 +111,6 @@
|
|||
}
|
||||
|
||||
&:only-child {
|
||||
margin-top: 0;
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue