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 />}
<Box marginTop={1} width="100%" flexDirection="column">
<Box width="100%" flexDirection="column">
<Box
width="100%"
flexDirection={isNarrow ? 'column' : 'row'}