From 6b2162d0d19d87571466846d8a83365df2237dba Mon Sep 17 00:00:00 2001 From: samuel Pelletier-Evraire Date: Fri, 13 Dec 2024 11:29:56 -0500 Subject: [PATCH 1/6] - fix The submit button doesn't have the same minimum width as the FileList and Dropzone components. --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b9b4eb7..9624f195 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ function HomePage() { title={t("submit_button_disabled_hint")} disableHoverListener={uploadedFiles.length !== 0} placement="top" - className="w-[90%] max-w-full" + className="w-[90%] max-w-full min-w-[133.44px]" >