Fix checkbox grow bug
This commit is contained in:
parent
d0633823bf
commit
3fe7a47c90
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue