Skip to content

Commit

Permalink
fix: adjust width of file uploader component
Browse files Browse the repository at this point in the history
  • Loading branch information
WTW0313 committed Feb 25, 2025
1 parent 3403ac3 commit 207bfb9
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 207bfb9

Please sign in to comment.