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:
parent
dea68ee3e3
commit
72f5db9b6d
|
@ -5,7 +5,7 @@
|
|||
|
||||
label {
|
||||
align-items: flex-start;
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
@include font-size(small);
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: enhancement
|
||||
|
||||
Limit checkbox clickable area from being out of bounds
|
Loading…
Reference in New Issue