Skip to content

Commit cf92fcd

Browse files
committed
Merge toolbar overflow fix
2 parents c5cd501 + d48af82 commit cf92fcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Chat.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ const ChatInner = () => {
388388
autoFocus={true}
389389
/>
390390
<PromptInputToolbar>
391-
<PromptInputTools>
391+
<PromptInputTools className="min-w-0 flex-wrap">
392392
<Tooltip>
393393
<TooltipTrigger asChild>
394394
<PromptInputButton
@@ -473,7 +473,7 @@ const ChatInner = () => {
473473
}}
474474
/>
475475
</PromptInputTools>
476-
<PromptInputSubmit disabled={!input} status={status} />
476+
<PromptInputSubmit className="shrink-0 self-end" disabled={!input} status={status} />
477477
</PromptInputToolbar>
478478
</PromptInput>
479479
</div>

0 commit comments

Comments
 (0)