fix: adjust width of file uploader component (#14328)

pull/14332/head
Wu Tianwei 1 year ago committed by GitHub
parent 4a6cbda1b4
commit 91a218b29d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -243,7 +243,7 @@ const FileUploader = ({
}, [handleDrop])
return (
<div className="mb-5 max-w-[640px]">
<div className="mb-5 w-[640px]">
{!hideUpload && (
<input
ref={fileUploader}

Loading…
Cancel
Save