fix: checkbox ui component (#4675)
This commit is contained in:
parent
e7d6e7d575
commit
1c901446ab
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ const Checkbox = React.forwardRef<HTMLInputElement, CheckboxProps>((props, ref)
|
|||
} = props;
|
||||
|
||||
return (
|
||||
<div className={cn("relative w-full flex gap-2", containerClassName)}>
|
||||
<div className={cn("relative flex-shrink-0 flex gap-2", containerClassName)}>
|
||||
<input
|
||||
id={id}
|
||||
ref={ref}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue