From a41c8552a8dfb32ba74f32c3282ab771c65500b4 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Thu, 29 Jun 2023 16:42:38 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style(parameterComponent):=20add?= =?UTF-8?q?=20full=20width=20to=20the=20div=20container=20for=20better=20l?= =?UTF-8?q?ayout=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GenericNode/components/parameterComponent/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx index a9ebd4ff7..f29e3ffc5 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/parameterComponent/index.tsx @@ -197,7 +197,7 @@ export default function ParameterComponent({ )} ) : left === true && type === "bool" ? ( -
+