fix: add responsive layout for file uploader in datasets (#14159)

This commit is contained in:
Wu Tianwei
2025-02-23 19:35:10 +08:00
committed by GitHub
parent 5ac0ef6253
commit 2ace9ae4e4
3 changed files with 22 additions and 7 deletions

View File

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