diff --git a/plugins/woocommerce-blocks/packages/components/checkbox-control/style.scss b/plugins/woocommerce-blocks/packages/components/checkbox-control/style.scss index e3235c3002b..e5bfbd93a69 100644 --- a/plugins/woocommerce-blocks/packages/components/checkbox-control/style.scss +++ b/plugins/woocommerce-blocks/packages/components/checkbox-control/style.scss @@ -5,7 +5,7 @@ label { align-items: flex-start; - display: flex; + display: inline-flex; position: relative; cursor: pointer; @include font-size(small); diff --git a/plugins/woocommerce/changelog/45603-product-filters-clickable-area b/plugins/woocommerce/changelog/45603-product-filters-clickable-area new file mode 100644 index 00000000000..e0f21621f46 --- /dev/null +++ b/plugins/woocommerce/changelog/45603-product-filters-clickable-area @@ -0,0 +1,4 @@ +Significance: patch +Type: enhancement + +Limit checkbox clickable area from being out of bounds \ No newline at end of file