mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-04 03:56:13 +01:00
Fix form columns not working properly (#224)
This commit is contained in:
@@ -79,7 +79,7 @@ const FormItem = React.forwardRef<
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<FormItemContext.Provider value={{ id }}>
|
<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>
|
</FormItemContext.Provider>
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user