From 2baa82b750f589bb82b3325f7025884340b3e3d5 Mon Sep 17 00:00:00 2001 From: Niels Lange Date: Fri, 19 Jul 2024 12:47:17 +0200 Subject: [PATCH] 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 --- .../base/components/cart-checkout/totals/discount/style.scss | 2 +- .../49603-update-49480-coupon-code-space-adjustments | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 plugins/woocommerce/changelog/49603-update-49480-coupon-code-space-adjustments diff --git a/plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss b/plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss index 201c2ca4b69..07a0fb28b94 100644 --- a/plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss +++ b/plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/totals/discount/style.scss @@ -1,6 +1,6 @@ .wc-block-components-totals-discount__coupon-list { list-style: none; - margin: 0; + margin: $gap-smallest 0 0; padding: 0; } diff --git a/plugins/woocommerce/changelog/49603-update-49480-coupon-code-space-adjustments b/plugins/woocommerce/changelog/49603-update-49480-coupon-code-space-adjustments new file mode 100644 index 00000000000..5997db8da6d --- /dev/null +++ b/plugins/woocommerce/changelog/49603-update-49480-coupon-code-space-adjustments @@ -0,0 +1,4 @@ +Significance: minor +Type: update + +Adjust top margin of the coupon code in the Cart and Checkout blocks. \ No newline at end of file