From 732c458fd495db4e63489f088ce9604e62f6c274 Mon Sep 17 00:00:00 2001 From: sai karthik Date: Thu, 23 Jul 2026 17:51:16 +0530 Subject: [PATCH] fix(web): prevent mobile tool overflow --- apps/web/src/components/chat/chat-tool-call.tsx | 7 ------- apps/web/src/routes/design.mobile-chat.tsx | 12 +----------- 2 files changed, 1 insertion(+), 18 deletions(-) diff --git a/apps/web/src/components/chat/chat-tool-call.tsx b/apps/web/src/components/chat/chat-tool-call.tsx index d888bd3..37a87c8 100644 --- a/apps/web/src/components/chat/chat-tool-call.tsx +++ b/apps/web/src/components/chat/chat-tool-call.tsx @@ -1,7 +1,6 @@ import { Tool, ToolContent, - ToolHeader, ToolInput, ToolOutput, } from "@code/ui/components/ai-elements/tool"; @@ -37,12 +36,6 @@ export const ChatToolCall = ({ part }: ChatToolCallProps) => { return ( - ( -