fix(ui-toolkit): box size being wrong for multiline check boxes (#3527)

This commit is contained in:
Dexter Edwards
2023-04-24 12:10:52 +00:00
committed by GitHub
parent 0b035d5064
commit a1366e59ec
@@ -57,7 +57,7 @@ export const Checkbox = ({
</CheckboxPrimitive.Root>
<label
htmlFor={name}
className={classNames('text-sm', {
className={classNames('text-sm flex-1', {
'dark:text-neutral-400 text-neutral-600': disabled,
})}
>