mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-07 00:51:34 +00:00
This commit is contained in:
parent
c2f9fd5fef
commit
c47699536f
1 changed files with 1 additions and 0 deletions
|
|
@ -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)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue