This commit is contained in:
@@ -337,6 +337,7 @@ function Option(props: {
|
|||||||
fg={props.active ? fg : props.current ? theme.primary : theme.text}
|
fg={props.active ? fg : props.current ? theme.primary : theme.text}
|
||||||
attributes={props.active ? TextAttributes.BOLD : undefined}
|
attributes={props.active ? TextAttributes.BOLD : undefined}
|
||||||
overflow="hidden"
|
overflow="hidden"
|
||||||
|
wrapMode="none"
|
||||||
paddingLeft={3}
|
paddingLeft={3}
|
||||||
>
|
>
|
||||||
{Locale.truncate(props.title, 61)}
|
{Locale.truncate(props.title, 61)}
|
||||||
|
|||||||
Reference in New Issue
Block a user