diff options
| author | Jacob Richman <[email protected]> | 2025-07-25 17:36:19 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-26 00:36:19 +0000 |
| commit | b089845f1c34e5475bcae9cc8eb42fba8be9adc4 (patch) | |
| tree | 04c74632fefb91f954a8aded97427d2d1ff5500b /packages/cli/src/ui/App.tsx | |
| parent | 21fef1620d78f07af01a75b8bbbeeb15798e73ef (diff) | |
fix(ui): remove extraneous whitespace from startup screen (#3990)
Diffstat (limited to 'packages/cli/src/ui/App.tsx')
| -rw-r--r-- | packages/cli/src/ui/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/App.tsx b/packages/cli/src/ui/App.tsx index 6163ac51..7b5aa8d0 100644 --- a/packages/cli/src/ui/App.tsx +++ b/packages/cli/src/ui/App.tsx @@ -748,7 +748,7 @@ const App = ({ config, settings, startupWarnings = [], version }: AppProps) => { return ( <StreamingContext.Provider value={streamingState}> - <Box flexDirection="column" marginBottom={1} width="90%"> + <Box flexDirection="column" width="90%"> {/* Move UpdateNotification outside Static so it can re-render when updateMessage changes */} {updateMessage && <UpdateNotification message={updateMessage} />} |
