Commit af84d925e70 for woocommerce

commit af84d925e70ef455aa08ae30c2aac607a22fb1aa
Author: Dharmesh Patel <dspatel44@gmail.com>
Date:   Wed Aug 5 22:11:54 2026 +0530

    Ensure the toggle button in the product list table stays aligned on mobile view. (#58774)

    * Ensure the toggle button in the product list table stays aligned on mobile view.

    * Add changelog file.

    ---------

    Co-authored-by: Lucio Giannotta <lucio.giannotta@a8c.com>

diff --git a/plugins/woocommerce/changelog/fix-58771 b/plugins/woocommerce/changelog/fix-58771
new file mode 100644
index 00000000000..e6ab02995ba
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-58771
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Ensure the toggle button in the product list table stays aligned on mobile view.
diff --git a/plugins/woocommerce/client/legacy/css/admin.scss b/plugins/woocommerce/client/legacy/css/admin.scss
index d9724ef2996..94a9fcc0612 100644
--- a/plugins/woocommerce/client/legacy/css/admin.scss
+++ b/plugins/woocommerce/client/legacy/css/admin.scss
@@ -7956,8 +7956,8 @@ table.bar_chart {
 				overflow: visible;
 			}

-			.is-expanded .toggle-row {
-				top: -28px;
+			.is-expanded:has(td.column-thumb:not(.hidden)) .toggle-row {
+				top: -30px;
 			}
 		}
 	}