Commit ba797e7d2a2 for woocommerce

commit ba797e7d2a2b46833e47ee962547393713e14c3a
Author: Albert Juhé Lluveras <contact@albertjuhe.com>
Date:   Mon Apr 20 14:53:30 2026 +0200

    Fix some inputs misalignment in Settings on WP 7.0 (#64145)

    * Fix some input misalignment in Settings on WP 7.0

    * Add changelog

diff --git a/plugins/woocommerce/changelog/fix-wp7.0-extra-settings-alignment b/plugins/woocommerce/changelog/fix-wp7.0-extra-settings-alignment
new file mode 100644
index 00000000000..b9b80b34165
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-wp7.0-extra-settings-alignment
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Fix some input misalignment in Settings on WP 7.0
diff --git a/plugins/woocommerce/client/legacy/css/admin.scss b/plugins/woocommerce/client/legacy/css/admin.scss
index a82f6795842..0748782b8da 100644
--- a/plugins/woocommerce/client/legacy/css/admin.scss
+++ b/plugins/woocommerce/client/legacy/css/admin.scss
@@ -8295,6 +8295,14 @@ table.bar_chart {
 	.woocommerce table.form-table th {
 		padding-top: 25px;
 	}
+	.woocommerce table.form-table td.forminp-checkbox,
+	.woocommerce table.form-table td.forminp-radio,
+	.woocommerce table.form-table td.forminp-textarea {
+		padding-top: 20px;
+	}
+	.woocommerce table.form-table textarea {
+		padding: 6px 8px;
+	}

 	// Colour picker swatch: match WP 7.0 input height (40px).
 	.woocommerce table.form-table .colorpickpreview {