Commit 19fb5825a30 for woocommerce

commit 19fb5825a3075ee01eb0bf70f7d009cd0784dfe4
Author: Abdalsalaam Halawa <abdalsalaamnafez@gmail.com>
Date:   Tue Apr 7 18:25:57 2026 +0200

    Fix validation error message overlapping the advanced cost help text in Flat Rate shipping method settings (#63398)

    * fix advance cost validation message margin

    * Add changefile(s) from automation for the following project(s): woocommerce

diff --git a/plugins/woocommerce/changelog/63398-fix-issue-63397 b/plugins/woocommerce/changelog/63398-fix-issue-63397
new file mode 100644
index 00000000000..d2d5487586b
--- /dev/null
+++ b/plugins/woocommerce/changelog/63398-fix-issue-63397
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Fix validation error message overlapping the advanced cost help text in Flat Rate shipping method settings.
\ No newline at end of file
diff --git a/plugins/woocommerce/client/legacy/css/admin.scss b/plugins/woocommerce/client/legacy/css/admin.scss
index bf28ee4dbad..a82f6795842 100644
--- a/plugins/woocommerce/client/legacy/css/admin.scss
+++ b/plugins/woocommerce/client/legacy/css/admin.scss
@@ -4514,6 +4514,11 @@ table.wc_shipping {
 		}
 	}

+	.wc-shipping-invalid-price-message ~ #wc-shipping-advanced-costs-help-text {
+		display: block;
+		margin-top: 30px;
+	}
+
 	.wc-backbone-modal-back-inactive {
 		display: none;
 	}