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

This commit is contained in:
Dexter Edwards 2023-04-24 13:10:52 +01:00 committed by GitHub
parent 0b035d5064
commit a1366e59ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
})}
>