Explorar o código

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

Wu Tianwei hai 2 meses
pai
achega
91a218b29d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}