Skip to content

Commit

Permalink
Change checkbox label to be inline-flex to limit the width to the con…
Browse files Browse the repository at this point in the history
…tent (#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>
  • Loading branch information
roykho and github-actions committed Mar 18, 2024
1 parent dea68ee commit 72f5db9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

label {
align-items: flex-start;
display: flex;
display: inline-flex;
position: relative;
cursor: pointer;
@include font-size(small);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: enhancement

Limit checkbox clickable area from being out of bounds

0 comments on commit 72f5db9

Please sign in to comment.