Skip to content

Commit

Permalink
fix: adjust width of file uploader component (#14328)
Browse files Browse the repository at this point in the history
  • Loading branch information
WTW0313 authored Feb 25, 2025
1 parent 4a6cbda commit 91a218b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/datasets/create/file-uploader/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 91a218b

Please sign in to comment.