From ef453c7a650d960d4b82fd436f1ffdc209951898 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 4 Jul 2025 11:07:52 +0800 Subject: [PATCH] fix: text too width caused ui issue in tool picker --- .../plugins/plugin-detail-panel/tool-selector/index.tsx | 1 - web/app/components/workflow/block-selector/all-tools.tsx | 2 +- web/app/components/workflow/block-selector/tabs.tsx | 1 - web/app/components/workflow/block-selector/tool-picker.tsx | 2 +- 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx b/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx index f3b2cb6a10..42467ce111 100644 --- a/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx +++ b/web/app/components/plugins/plugin-detail-panel/tool-selector/index.tsx @@ -293,7 +293,6 @@ const ToolSelector: FC = ({
{t('plugin.detailPanel.toolSelector.toolLabel')}
+
{ diff --git a/web/app/components/workflow/block-selector/tabs.tsx b/web/app/components/workflow/block-selector/tabs.tsx index c9913da1fa..3f3fed2ca9 100644 --- a/web/app/components/workflow/block-selector/tabs.tsx +++ b/web/app/components/workflow/block-selector/tabs.tsx @@ -74,7 +74,6 @@ const Tabs: FC = ({ { activeTab === TabsEnum.Tools && ( = ({ -
+