tui: fix text wrapping in session share display

This commit is contained in:
Dax Raad 2025-09-22 19:11:14 -04:00
parent 34464c0db3
commit eebdaed80b

View file

@ -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>