Commit af64d47e422 for woocommerce

commit af64d47e422e8b729c62c8e06c85782a0b82cbbb
Author: Tom Cafferkey <tjcafferkey@gmail.com>
Date:   Mon Jul 6 11:31:40 2026 +0100

    Fix refund amount validation message (#66248)

    * Fix refund amount validation message

    * Add changelog

diff --git a/plugins/woocommerce/changelog/fix-refund-amount-validation-message b/plugins/woocommerce/changelog/fix-refund-amount-validation-message
new file mode 100644
index 00000000000..3fb9a9fbe27
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-refund-amount-validation-message
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Fix refund amount validation message positioning
diff --git a/plugins/woocommerce/client/legacy/css/admin.scss b/plugins/woocommerce/client/legacy/css/admin.scss
index 98f6eb67164..2cdc23f0d3e 100644
--- a/plugins/woocommerce/client/legacy/css/admin.scss
+++ b/plugins/woocommerce/client/legacy/css/admin.scss
@@ -2333,6 +2333,7 @@ body.woocommerce_page_wc-orders {
 			width: 10em;
 			margin: 0 0 0 0.5em;
 			box-sizing: border-box;
+			position: relative;

 			input[type="text"] {
 				width: 96%;