mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: remove extra margin causing spacing issue in command approval UI
This commit is contained in:
parent
c43927b935
commit
40b4175a37
1 changed files with 1 additions and 1 deletions
|
|
@ -1659,7 +1659,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
|
|||
<>
|
||||
{/* Command approval with auto-approve pattern */}
|
||||
{clineAsk === "command" && !isStreaming ? (
|
||||
<div className="flex flex-col gap-[6px] mb-[10px]">
|
||||
<div className="flex flex-col gap-[6px]">
|
||||
{/* Top row: Run Command and Reject */}
|
||||
<div className="flex gap-[6px]">
|
||||
<StandardTooltip content={t("chat:runCommand.tooltip")}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue