fix: checkbox label size based on icon

This commit is contained in:
Dominik Pschenitschni 2023-03-28 13:13:44 +02:00
parent 0acf44778d
commit fd699ad777
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ const checkboxId = ref(`fancycheckbox_${createRandomID()}`)
cursor: pointer;
user-select: none;
-webkit-tap-highlight-color: transparent;
display: inline-flex;
}
.base-checkbox:has(input:disabled) .base-checkbox__label {