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:
parent
bef14c0320
commit
5acef655b8
|
@ -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;
|
||||||
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: fix
|
||||||
|
|
||||||
|
Adds spacing between quantity field and add to cart button when stacked
|
Loading…
Reference in New Issue