studio/frontend: fix MCP dialog overflow on long URLs (#5864)

This commit is contained in:
oobabooga 2026-05-31 05:55:09 -03:00 committed by GitHub
commit 76574fb8da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -464,7 +464,7 @@ export function ChatMcpServersDialog({
</div>
</div>
) : (
<div className="flex flex-col gap-3">
<div className="flex min-w-0 flex-col gap-3">
<div className="flex justify-end">
<Button size="sm" onClick={startCreate}>
<HugeiconsIcon icon={PlusSignIcon} size={14} />