mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: make toast wrap
This commit is contained in:
parent
97893bd7e6
commit
e7dfeec9c4
1 changed files with 3 additions and 1 deletions
|
|
@ -38,7 +38,9 @@ export function Toast() {
|
|||
{current().title}
|
||||
</text>
|
||||
</Show>
|
||||
<text fg={theme.text}>{current().message}</text>
|
||||
<text fg={theme.text} wrapMode="word" width="100%">
|
||||
{current().message}
|
||||
</text>
|
||||
</box>
|
||||
)}
|
||||
</Show>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue