fix: add full width class to Attachment component in FileUploadField
This commit is contained in:
parent
2103b4ae11
commit
04f9f885ed
@ -66,7 +66,7 @@ export function FileUploadField({
|
||||
className="hidden"
|
||||
/>
|
||||
|
||||
<Attachment state={state}>
|
||||
<Attachment state={state} className="w-full">
|
||||
<AttachmentTrigger onClick={() => inputRef.current?.click()} />
|
||||
<AttachmentMedia>
|
||||
<FileIcon />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user