fix: remove extra padding in Composer (#19529)

This commit is contained in:
Jack Wotherspoon
2026-02-19 16:31:09 -05:00
committed by GitHub
parent 8064973899
commit 2cba2ab37a
2 changed files with 5 additions and 10 deletions
+1 -1
View File
@@ -191,7 +191,7 @@ export const Composer = ({ isFocused = true }: { isFocused?: boolean }) => {
{showUiDetails && <TodoTray />} {showUiDetails && <TodoTray />}
<Box marginTop={1} width="100%" flexDirection="column"> <Box width="100%" flexDirection="column">
<Box <Box
width="100%" width="100%"
flexDirection={isNarrow ? 'column' : 'row'} flexDirection={isNarrow ? 'column' : 'row'}
@@ -1,8 +1,7 @@
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
exports[`Composer > Snapshots > matches snapshot in idle state 1`] = ` exports[`Composer > Snapshots > matches snapshot in idle state 1`] = `
" " ShortcutsHint
ShortcutsHint
──────────────────────────────────────────────────────────────────────────────────────────────────── ────────────────────────────────────────────────────────────────────────────────────────────────────
ApprovalModeIndicator StatusDisplay ApprovalModeIndicator StatusDisplay
InputPrompt: Type your message or @path/to/file InputPrompt: Type your message or @path/to/file
@@ -11,22 +10,19 @@ Footer
`; `;
exports[`Composer > Snapshots > matches snapshot in minimal UI mode 1`] = ` exports[`Composer > Snapshots > matches snapshot in minimal UI mode 1`] = `
" " ShortcutsHint
ShortcutsHint
InputPrompt: Type your message or @path/to/file InputPrompt: Type your message or @path/to/file
" "
`; `;
exports[`Composer > Snapshots > matches snapshot in minimal UI mode while loading 1`] = ` exports[`Composer > Snapshots > matches snapshot in minimal UI mode while loading 1`] = `
" " LoadingIndicator
LoadingIndicator
InputPrompt: Type your message or @path/to/file InputPrompt: Type your message or @path/to/file
" "
`; `;
exports[`Composer > Snapshots > matches snapshot in narrow view 1`] = ` exports[`Composer > Snapshots > matches snapshot in narrow view 1`] = `
" "
ShortcutsHint ShortcutsHint
──────────────────────────────────────── ────────────────────────────────────────
ApprovalModeIndicator ApprovalModeIndicator
@@ -39,8 +35,7 @@ Footer
`; `;
exports[`Composer > Snapshots > matches snapshot while streaming 1`] = ` exports[`Composer > Snapshots > matches snapshot while streaming 1`] = `
" " LoadingIndicator: Thinking ShortcutsHint
LoadingIndicator: Thinking ShortcutsHint
──────────────────────────────────────────────────────────────────────────────────────────────────── ────────────────────────────────────────────────────────────────────────────────────────────────────
ApprovalModeIndicator ApprovalModeIndicator
InputPrompt: Type your message or @path/to/file InputPrompt: Type your message or @path/to/file