From 1ec09ab8fad1dfc491667821590a8bdb0211031d Mon Sep 17 00:00:00 2001 From: nite-knite Date: Tue, 1 Jul 2025 16:55:54 +0800 Subject: [PATCH] chore: adjust tool item spacing --- web/app/components/tools/mcp/detail/tool-item.tsx | 2 +- web/app/components/tools/provider/tool-item.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/components/tools/mcp/detail/tool-item.tsx b/web/app/components/tools/mcp/detail/tool-item.tsx index eea6c09f03..dec82edcca 100644 --- a/web/app/components/tools/mcp/detail/tool-item.tsx +++ b/web/app/components/tools/mcp/detail/tool-item.tsx @@ -30,7 +30,7 @@ const MCPToolItem = ({ )} >
{tool.label[language]}
{tool.description[language]}
diff --git a/web/app/components/tools/provider/tool-item.tsx b/web/app/components/tools/provider/tool-item.tsx index 161b62963b..d79d20cb9c 100644 --- a/web/app/components/tools/provider/tool-item.tsx +++ b/web/app/components/tools/provider/tool-item.tsx @@ -29,7 +29,7 @@ const ToolItem = ({ return ( <>
!disabled && setShowDetail(true)} >
{tool.label[language]}