From ec7d0c6abfea04a92796b8ac91b341db01831ec3 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Thu, 29 May 2025 22:28:11 +0700 Subject: [PATCH] fix: tool call block spacing (#5139) --- web-app/src/containers/ToolCallBlock.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-app/src/containers/ToolCallBlock.tsx b/web-app/src/containers/ToolCallBlock.tsx index 6a562c027..861c55b95 100644 --- a/web-app/src/containers/ToolCallBlock.tsx +++ b/web-app/src/containers/ToolCallBlock.tsx @@ -37,10 +37,10 @@ const ToolCallBlock = ({ id, name, result, loading }: Props) => { return (
-
+
{loading && (