mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: fix text wrapping in session share display
This commit is contained in:
parent
34464c0db3
commit
eebdaed80b
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ export function Session() {
|
|||
<text fg={Theme.textMuted}>{session().share!.url}</text>
|
||||
</Match>
|
||||
<Match when={true}>
|
||||
<text>
|
||||
<text wrap={false}>
|
||||
/share <span style={{ fg: Theme.textMuted }}>to create a shareable link</span>
|
||||
</text>
|
||||
</Match>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue