Skip to content

Commit 40b4175

Browse files
committed
fix: remove extra margin causing spacing issue in command approval UI
1 parent c43927b commit 40b4175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
16591659
<>
16601660
{/* Command approval with auto-approve pattern */}
16611661
{clineAsk === "command" && !isStreaming ? (
1662-
<div className="flex flex-col gap-[6px] mb-[10px]">
1662+
<div className="flex flex-col gap-[6px]">
16631663
{/* Top row: Run Command and Reject */}
16641664
<div className="flex gap-[6px]">
16651665
<StandardTooltip content={t("chat:runCommand.tooltip")}>

0 commit comments

Comments
 (0)