From 40b4175a373741f9b8b53928f40f03603de394de Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Mon, 7 Jul 2025 14:29:33 -0600 Subject: [PATCH] fix: remove extra margin causing spacing issue in command approval UI --- webview-ui/src/components/chat/ChatView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index 176f3e1ce3..c18d64bf9c 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -1659,7 +1659,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction {/* Command approval with auto-approve pattern */} {clineAsk === "command" && !isStreaming ? ( -
+
{/* Top row: Run Command and Reject */}