Commit 6ec4700f848 for woocommerce

commit 6ec4700f84877402c82c02a33d41ab153a63b220
Author: Poli Gilad <83961704+poligilad-auto@users.noreply.github.com>
Date:   Tue Jun 30 09:42:29 2026 +0200

    Fix product description editor alignment in classic product editor (#66087)

    Fix product description editor alignment

diff --git a/plugins/woocommerce/changelog/fix-product-description-editor-alignment b/plugins/woocommerce/changelog/fix-product-description-editor-alignment
new file mode 100644
index 00000000000..1522168aaa7
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-product-description-editor-alignment
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Fix product description editor alignment in the classic product editor.
diff --git a/plugins/woocommerce/client/legacy/css/admin.scss b/plugins/woocommerce/client/legacy/css/admin.scss
index 140eda2f637..3973f47f11d 100644
--- a/plugins/woocommerce/client/legacy/css/admin.scss
+++ b/plugins/woocommerce/client/legacy/css/admin.scss
@@ -8635,15 +8635,6 @@ table.bar_chart {
 		}
 	}

-	// Align the product description editor with the meta boxes below it.
-	// #normal-sortables adds 4px of padding around postboxes, which #post-body-content
-	// doesn't, so the description editor ends up 8px wider than neighbouring postboxes
-	// on WP 7.0 (where the radius makes the misalignment visible).
-	&.post-type-product #postdivrich.woocommerce-product-description {
-		margin-left: 4px;
-		margin-right: 4px;
-	}
-
 	// Shipping zone name input: ID selector in the base rule outranks the form-table override above.
 	.wc-shipping-zone-settings #zone_name {
 		padding: 0 12px;