We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e83107 commit a718622Copy full SHA for a718622
packages/opencode/src/cli/cmd/tui/routes/session/footer.tsx
@@ -11,7 +11,7 @@ export function Footer() {
11
const lsp = createMemo(() => Object.keys(sync.data.lsp))
12
const directory = useDirectory()
13
return (
14
- <box flexDirection="row" justifyContent="space-between" gap={1}>
+ <box flexDirection="row" justifyContent="space-between" gap={1} flexShrink={0}>
15
<text fg={theme.textMuted}>{directory()}</text>
16
<box gap={2} flexDirection="row" flexShrink={0}>
17
<text fg={theme.text}>
0 commit comments