Selaa lähdekoodia

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

Wu Tianwei 1 kuukausi sitten
vanhempi
commit
91a218b29d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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}