Add gap between quantity field and add to cart button when stacked (#45758)

* Add gap between quantity field and add to cart button when stacked

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

* Add specificity to quantity

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Roy Ho 2024-03-20 15:41:10 -07:00 committed by GitHub
parent bef14c0320
commit 5acef655b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View File

@ -23,3 +23,11 @@
} }
} }
} }
.woocommerce div.product .wc-block-add-to-cart-form form.cart .quantity {
margin-bottom: 10px;
}
.woocommerce div.product .wc-block-add-to-cart-form form.cart button.single_add_to_cart_button {
margin-bottom: 10px;
}

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Adds spacing between quantity field and add to cart button when stacked