Spacing adjustments for coupon code in the Cart and Checkout blocks (#49603)
* Spacing adjustments for coupon code * Add changefile(s) from automation for the following project(s): woocommerce-blocks --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
419a538901
commit
2baa82b750
|
@ -1,6 +1,6 @@
|
||||||
.wc-block-components-totals-discount__coupon-list {
|
.wc-block-components-totals-discount__coupon-list {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
margin: $gap-smallest 0 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: minor
|
||||||
|
Type: update
|
||||||
|
|
||||||
|
Adjust top margin of the coupon code in the Cart and Checkout blocks.
|
Loading…
Reference in New Issue