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:
Tarun Vijwani 2022-02-15 16:17:24 +04:00 committed by GitHub
parent c7c914218e
commit 6cfadd9eb4
1 changed files with 1 additions and 1 deletions

View File

@ -111,6 +111,6 @@
}
&:only-child {
margin-top: 0;
margin-top: 1.5em;
}
}