[PR #11564] fix(tui): remove extra padding between search and results in dialog-select #13842

Closed
opened 2026-02-16 18:18:40 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/11564

State: closed
Merged: Yes


Summary

Removed extra padding between the search input and results in the dialog-select component.

Problem

The input wrapper had both paddingTop={1} and paddingBottom={1}, and the outer container also had gap={1}, creating 2 spaces total between search and results instead of the intended 1 space.

Solution

Removed paddingBottom={1} from the input wrapper box, leaving only the gap={1} from the outer container.

Files Changed

  • packages/opencode/src/cli/cmd/tui/ui/dialog-select.tsx - Removed paddingBottom={1} from line 231
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11564 **State:** closed **Merged:** Yes --- ## Summary Removed extra padding between the search input and results in the dialog-select component. ### Problem The input wrapper had both `paddingTop={1}` and `paddingBottom={1}`, and the outer container also had `gap={1}`, creating 2 spaces total between search and results instead of the intended 1 space. ### Solution Removed `paddingBottom={1}` from the input wrapper box, leaving only the `gap={1}` from the outer container. ### Files Changed - `packages/opencode/src/cli/cmd/tui/ui/dialog-select.tsx` - Removed `paddingBottom={1}` from line 231
yindo added the pull-request label 2026-02-16 18:18:40 -05:00
yindo closed this issue 2026-02-16 18:18:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13842