mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-10 01:26:12 +01:00
Fix form columns not working properly (#224)
This commit is contained in:
@@ -79,7 +79,7 @@ const FormItem = React.forwardRef<
|
||||
|
||||
return (
|
||||
<FormItemContext.Provider value={{ id }}>
|
||||
<div ref={ref} className={cn("space-y-2", className)} {...props} />
|
||||
<div ref={ref} className={cn("col-span-2 md:col-span-1 space-y-2", className)} {...props} />
|
||||
</FormItemContext.Provider>
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user