mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
fix(tui): Use wrapMode=word instead of none for tips text
This commit is contained in:
@@ -40,7 +40,7 @@ export function Tips() {
|
||||
<text flexShrink={0} style={{ fg: theme.warning }}>
|
||||
● Tip{" "}
|
||||
</text>
|
||||
<text flexShrink={1} wrapMode="none" overflow="hidden">
|
||||
<text flexShrink={1} wrapMode="word">
|
||||
<For each={parts}>
|
||||
{(part) => <span style={{ fg: part.highlight ? theme.text : theme.textMuted }}>{part.text}</span>}
|
||||
</For>
|
||||
|
||||
Reference in New Issue
Block a user