From 20b4bc9b66cea6dcacdf6c9cb76cfee384a0b7f7 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Thu, 19 Feb 2026 11:26:20 -0500 Subject: [PATCH] fix: extra padding in Composer --- packages/cli/src/ui/components/Composer.tsx | 2 +- .../components/__snapshots__/Composer.test.tsx.snap | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/packages/cli/src/ui/components/Composer.tsx b/packages/cli/src/ui/components/Composer.tsx index fd30e338583..4d4e83ef11f 100644 --- a/packages/cli/src/ui/components/Composer.tsx +++ b/packages/cli/src/ui/components/Composer.tsx @@ -191,7 +191,7 @@ export const Composer = ({ isFocused = true }: { isFocused?: boolean }) => { {showUiDetails && } - + Snapshots > matches snapshot in idle state 1`] = ` -" - ShortcutsHint +" ShortcutsHint ──────────────────────────────────────────────────────────────────────────────────────────────────── ApprovalModeIndicator StatusDisplay InputPrompt: Type your message or @path/to/file @@ -11,22 +10,19 @@ Footer `; exports[`Composer > Snapshots > matches snapshot in minimal UI mode 1`] = ` -" - ShortcutsHint +" ShortcutsHint InputPrompt: Type your message or @path/to/file " `; exports[`Composer > Snapshots > matches snapshot in minimal UI mode while loading 1`] = ` -" - LoadingIndicator +" LoadingIndicator InputPrompt: Type your message or @path/to/file " `; exports[`Composer > Snapshots > matches snapshot in narrow view 1`] = ` " - ShortcutsHint ──────────────────────────────────────── ApprovalModeIndicator @@ -39,8 +35,7 @@ Footer `; exports[`Composer > Snapshots > matches snapshot while streaming 1`] = ` -" - LoadingIndicator: Thinking ShortcutsHint +" LoadingIndicator: Thinking ShortcutsHint ──────────────────────────────────────────────────────────────────────────────────────────────────── ApprovalModeIndicator InputPrompt: Type your message or @path/to/file