mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
fix(ui): let MCP Servers header actions wrap on narrow screens
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
19ef8e47a6
commit
c9c4f21b55
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ const MCPServers: React.FC<MCPServerProps> = ({ accessToken, userRole, userID, i
|
|||
</div>
|
||||
<p className="mt-1 text-sm text-muted-foreground">Configure and manage your MCP servers</p>
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="flex flex-wrap items-center justify-end gap-2">
|
||||
<Link href={uiHref("connect")} className={cn(buttonVariants({ variant: "outline" }), "shrink-0")}>
|
||||
<Plug />
|
||||
My Connections
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue