Преглед изворни кода

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

tags/1.0.0
Wu Tianwei пре 8 месеци
родитељ
комит
91a218b29d
No account linked to committer's email address
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      web/app/components/datasets/create/file-uploader/index.tsx

+ 1
- 1
web/app/components/datasets/create/file-uploader/index.tsx Прегледај датотеку

@@ -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…
Откажи
Сачувај