From 7bfc6ebe486ca84e22b46232c57d591a4e8eeecc Mon Sep 17 00:00:00 2001 From: Waleed Date: Sat, 6 Dec 2025 15:20:41 -0800 Subject: [PATCH] fix(copilot): fixed copilot code component overflowing gutter (#2230) --- .../panel/components/copilot/components/tool-call/tool-call.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/tool-call/tool-call.tsx b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/tool-call/tool-call.tsx index 86cb7e639..1ee22dc6c 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/tool-call/tool-call.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/tool-call/tool-call.tsx @@ -1017,7 +1017,7 @@ export function ToolCall({ toolCall: toolCallProp, toolCallId, onStateChange }: {code && (
- +
)} {showRemoveAutoAllow && isAutoAllowed && (