We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f9fd5 commit c476995Copy full SHA for c476995
1 file changed
packages/opencode/src/cli/cmd/tui/ui/dialog-select.tsx
@@ -337,6 +337,7 @@ function Option(props: {
337
fg={props.active ? fg : props.current ? theme.primary : theme.text}
338
attributes={props.active ? TextAttributes.BOLD : undefined}
339
overflow="hidden"
340
+ wrapMode="none"
341
paddingLeft={3}
342
>
343
{Locale.truncate(props.title, 61)}
0 commit comments