Commit a67490dd96f for woocommerce
commit a67490dd96f0207b3e1ec060d285f50e3eda81c3
Author: Albert Juhé Lluveras <contact@albertjuhe.com>
Date: Wed Sep 16 10:37:52 2026 +0200
Fix alignment of the cookies consent checkbox in the Reviews Form (#68696)
* Fix alignment of the cookies consent checkbox in the Reviews Form
* Add changelog
diff --git a/plugins/woocommerce/changelog/fix-cookies-consent-checkbox-alignment b/plugins/woocommerce/changelog/fix-cookies-consent-checkbox-alignment
new file mode 100644
index 00000000000..b42228e7a7d
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-cookies-consent-checkbox-alignment
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Fix alignment of the cookies consent checkbox in the Reviews Form
diff --git a/plugins/woocommerce/client/blocks/assets/js/blocks/product-reviews/inner-blocks/review-form/style.scss b/plugins/woocommerce/client/blocks/assets/js/blocks/product-reviews/inner-blocks/review-form/style.scss
index a2bbc11e6c9..f924b6ee4e5 100644
--- a/plugins/woocommerce/client/blocks/assets/js/blocks/product-reviews/inner-blocks/review-form/style.scss
+++ b/plugins/woocommerce/client/blocks/assets/js/blocks/product-reviews/inner-blocks/review-form/style.scss
@@ -78,6 +78,7 @@
}
.comment-form-cookies-consent {
+ align-items: flex-start;
display: flex;
gap: 0.25em;