From fbe5666c813376cfd628aa36fb9f539570c3569f Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Fri, 21 Mar 2025 19:49:27 -0300 Subject: [PATCH] fix: add full width on Select files button (#7219) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔧 (index.tsx): Add "w-full" class to the div element with data-testid "input-file-component" to ensure full width display ♻️ (index.tsx): Refactor the Button component class to include "w-full" for consistent styling across the application --- .../components/inputFileComponent/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/components/core/parameterRenderComponent/components/inputFileComponent/index.tsx b/src/frontend/src/components/core/parameterRenderComponent/components/inputFileComponent/index.tsx index 360602560..ee9a9363a 100644 --- a/src/frontend/src/components/core/parameterRenderComponent/components/inputFileComponent/index.tsx +++ b/src/frontend/src/components/core/parameterRenderComponent/components/inputFileComponent/index.tsx @@ -246,7 +246,7 @@ export default function InputFileComponent({ isList={isList} > {(selectedFiles.length === 0 || isList) && ( -
+