diff --git a/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx b/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx index b97a5622fb..c56c2f0a3c 100644 --- a/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx +++ b/web/app/components/workflow/skill/editor/skill-editor/plugins/tool-block/component.tsx @@ -453,7 +453,7 @@ const ToolBlockComponent: FC = ({ = ({ if (resolvedIcon.startsWith('http') || resolvedIcon.startsWith('/')) { return ( ) @@ -492,7 +492,7 @@ const ToolGroupBlockComponent: FC = ({ ) } @@ -501,7 +501,7 @@ const ToolGroupBlockComponent: FC = ({ size="xs" icon={resolvedIcon.content} background={resolvedIcon.background} - className="!h-4 !w-4 shrink-0 !border-0" + className="!h-[14px] !w-[14px] shrink-0 !border-0" /> ) } @@ -661,7 +661,7 @@ const ToolGroupBlockComponent: FC = ({ = ({ {providerLabel} - + {displayEnabledCount}