fix: checkbox label size based on icon
This commit is contained in:
parent
0acf44778d
commit
fd699ad777
@ -44,6 +44,7 @@ const checkboxId = ref(`fancycheckbox_${createRandomID()}`)
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
|
display: inline-flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.base-checkbox:has(input:disabled) .base-checkbox__label {
|
.base-checkbox:has(input:disabled) .base-checkbox__label {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user