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:
Niels Lange 2024-07-19 12:47:17 +02:00 committed by GitHub
parent 419a538901
commit 2baa82b750
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.wc-block-components-totals-discount__coupon-list {
list-style: none;
margin: 0;
margin: $gap-smallest 0 0;
padding: 0;
}

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
Adjust top margin of the coupon code in the Cart and Checkout blocks.