Fix checkbox grow bug

This commit is contained in:
Ramon Wenger 2023-01-09 16:08:31 +01:00
parent d0633823bf
commit 3fe7a47c90
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const input = (e: Event) => {
'opacity-50': disabled,
'cursor-not-allowed': disabled,
}"
class="cursor-pointer inline-flex grow"
class="cursor-pointer inline-flex"
>
<label
class="block bg-contain disabled:opacity-50 cy-checkbox cy-checkbox-checked bg-no-repeat pl-8 h-8 flex items-center"