Removed negative margin-bottom from .wc-block-checkout__additional_fields class (https://github.com/woocommerce/woocommerce-blocks/pull/5899)

This commit is contained in:
Tarun Vijwani 2022-02-24 12:29:30 +04:00 committed by GitHub
parent be54e48860
commit 2a5a40279f
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.wc-block-checkout__additional_fields {
margin: 1.5em 0 -1.5em;
margin: 1.5em 0 0;
}
.wc-block-components-checkout-step__description-placeholder {
opacity: 0.5;