From f2ca797d457d326a576a17f33d9d7f44f61e4eaf Mon Sep 17 00:00:00 2001 From: breeg554 Date: Thu, 17 Oct 2024 13:54:15 +0200 Subject: [PATCH] fix: add gap between columns --- .../pages/pipelines/build/editBlock/BlockInputList.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-remix/app/components/pages/pipelines/build/editBlock/BlockInputList.tsx b/apps/web-remix/app/components/pages/pipelines/build/editBlock/BlockInputList.tsx index 9a273aab2..c6e05652e 100644 --- a/apps/web-remix/app/components/pages/pipelines/build/editBlock/BlockInputList.tsx +++ b/apps/web-remix/app/components/pages/pipelines/build/editBlock/BlockInputList.tsx @@ -86,8 +86,8 @@ function BlockInputItem({ data, disabled }: IItem) { }; return ( -
-

+

+

{data.from.block_name}