Commit 152f5fbc62 for woocommerce

commit 152f5fbc62593e323b06581bddeb944cd1827a95
Author: James Kemp <me@jckemp.com>
Date:   Wed Sep 17 19:21:42 2025 +0100

    Fix select2 single spacing and order data padding (#60933)

diff --git a/plugins/woocommerce/changelog/60933-fix-order-select2-spacing b/plugins/woocommerce/changelog/60933-fix-order-select2-spacing
new file mode 100644
index 0000000000..2185cb4f21
--- /dev/null
+++ b/plugins/woocommerce/changelog/60933-fix-order-select2-spacing
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Fix Select2 single dropdown spacing issue in admin interface
\ 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 058c3b432f..4a9ae67c8a 100644
--- a/plugins/woocommerce/client/legacy/css/admin.scss
+++ b/plugins/woocommerce/client/legacy/css/admin.scss
@@ -1856,7 +1856,7 @@ ul.wc_coupon_list_block {
 }

 #order_data {
-	padding: 23px 24px 12px;
+	padding: 24px;

 	h2 {
 		margin: 0;
@@ -8082,6 +8082,7 @@ table.bar_chart {

 	.select2-selection--single {
 		height: 40px;
+		margin-bottom: 0;

 		.select2-selection__rendered {
 			line-height: 40px;