studio/frontend: fix MCP dialog overflow on long URLs (#5864)
This commit is contained in:
parent
ff00fdd155
commit
76574fb8da
1 changed files with 1 additions and 1 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue