Change checkbox label to be inline-flex to limit the width to the content (#45603)

* Change checkbox label to be inline-flex to limit the width to the content

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

* Fix changelog entry

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

---------

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
Roy Ho 2024-03-18 13:05:49 -07:00 committed by GitHub
parent dea68ee3e3
commit 72f5db9b6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
label {
align-items: flex-start;
display: flex;
display: inline-flex;
position: relative;
cursor: pointer;
@include font-size(small);

View File

@ -0,0 +1,4 @@
Significance: patch
Type: enhancement
Limit checkbox clickable area from being out of bounds