Commit 682c26d9cc3 for woocommerce
commit 682c26d9cc394742c80415297cdc2f49054fbed7
Author: Ahmar Zaidi <71930390+AhmarZaidi@users.noreply.github.com>
Date: Wed Jun 17 23:26:04 2026 +0530
Fixed quantity selector plus button size mismatch in Cart and Mini-Cart (#65658)
* fix: replace fullwidth plus in cart controls
* add: changelog entry
* Update plugins/woocommerce/changelog/fix-65618
---------
Co-authored-by: Raluca Stan <ralucastn@gmail.com>
diff --git a/plugins/woocommerce/changelog/fix-65618 b/plugins/woocommerce/changelog/fix-65618
new file mode 100644
index 00000000000..6d68203931e
--- /dev/null
+++ b/plugins/woocommerce/changelog/fix-65618
@@ -0,0 +1,4 @@
+Significance: patch
+Type: fix
+
+Fixed quantity selector plus button size mismatch in Cart and Mini-Cart by replacing the fullwidth plus glyph with a standard plus.
diff --git a/plugins/woocommerce/client/blocks/assets/js/base/components/quantity-selector/index.tsx b/plugins/woocommerce/client/blocks/assets/js/base/components/quantity-selector/index.tsx
index bf4ff0102ef..991e9a55515 100644
--- a/plugins/woocommerce/client/blocks/assets/js/base/components/quantity-selector/index.tsx
+++ b/plugins/woocommerce/client/blocks/assets/js/base/components/quantity-selector/index.tsx
@@ -275,7 +275,7 @@ const QuantitySelector = ( {
);
} }
>
- +
+ +
</button>
</>
) }
diff --git a/plugins/woocommerce/src/Blocks/BlockTypes/MiniCartProductsTableBlock.php b/plugins/woocommerce/src/Blocks/BlockTypes/MiniCartProductsTableBlock.php
index c8f6bef2d72..d8c5928597c 100644
--- a/plugins/woocommerce/src/Blocks/BlockTypes/MiniCartProductsTableBlock.php
+++ b/plugins/woocommerce/src/Blocks/BlockTypes/MiniCartProductsTableBlock.php
@@ -200,7 +200,7 @@ class MiniCartProductsTableBlock extends AbstractInnerBlock {
data-wp-bind--hidden="!state.cartItem.quantity_limits.editable"
class="wc-block-components-quantity-selector__button wc-block-components-quantity-selector__button--plus"
>
- +
+ +
</button>
</div>
<button