mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
@@ -273,7 +273,12 @@ export function SshStatusSegment({
|
||||
)}
|
||||
</button>
|
||||
</DropdownMenuTrigger>
|
||||
<DropdownMenuContent side="top" align="start" sideOffset={8} className="w-[220px]">
|
||||
<DropdownMenuContent
|
||||
side="top"
|
||||
align="start"
|
||||
sideOffset={8}
|
||||
className="w-[min(20rem,calc(100vw-1rem))]"
|
||||
>
|
||||
<div className="px-2 pt-1.5 pb-1 text-[10px] font-medium uppercase tracking-[0.08em] text-muted-foreground">
|
||||
SSH Connections
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user