We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20bc112 commit cda4e72Copy full SHA for cda4e72
1 file changed
dashboard/src/components/ui/form.tsx
@@ -57,7 +57,7 @@ const FormItem = React.forwardRef<HTMLDivElement, React.HTMLAttributes<HTMLDivEl
57
58
return (
59
<FormItemContext.Provider value={{ id }}>
60
- <div ref={ref} className={cn('flex flex-col gap-2.5', className)} {...props} />
+ <div ref={ref} className={cn('space-y-2', className)} {...props} />
61
</FormItemContext.Provider>
62
)
63
})
0 commit comments