fix: Don't unnecessarily wrap lines and introduce an unneeded empty line (resolves #9489) (#9488)

This commit is contained in:
Ariane Emory
2026-01-19 14:56:24 -05:00
committed by GitHub
parent c2f9fd5fef
commit c47699536f

View File

@@ -337,6 +337,7 @@ function Option(props: {
fg={props.active ? fg : props.current ? theme.primary : theme.text}
attributes={props.active ? TextAttributes.BOLD : undefined}
overflow="hidden"
wrapMode="none"
paddingLeft={3}
>
{Locale.truncate(props.title, 61)}