There was an error while loading. Please reload this page.
2 parents c5cd501 + d48af82 commit cf92fcdCopy full SHA for cf92fcd
1 file changed
src/Chat.tsx
@@ -388,7 +388,7 @@ const ChatInner = () => {
388
autoFocus={true}
389
/>
390
<PromptInputToolbar>
391
- <PromptInputTools>
+ <PromptInputTools className="min-w-0 flex-wrap">
392
<Tooltip>
393
<TooltipTrigger asChild>
394
<PromptInputButton
@@ -473,7 +473,7 @@ const ChatInner = () => {
473
}}
474
475
</PromptInputTools>
476
- <PromptInputSubmit disabled={!input} status={status} />
+ <PromptInputSubmit className="shrink-0 self-end" disabled={!input} status={status} />
477
</PromptInputToolbar>
478
</PromptInput>
479
</div>
0 commit comments