Skip to content

Commit c476995

Browse files
authored
fix: Don't unnecessarily wrap lines and introduce an unneeded empty line (resolves #9489) (#9488)
1 parent c2f9fd5 commit c476995

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencode/src/cli/cmd/tui/ui/dialog-select.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ function Option(props: {
337337
fg={props.active ? fg : props.current ? theme.primary : theme.text}
338338
attributes={props.active ? TextAttributes.BOLD : undefined}
339339
overflow="hidden"
340+
wrapMode="none"
340341
paddingLeft={3}
341342
>
342343
{Locale.truncate(props.title, 61)}

0 commit comments

Comments
 (0)