Widen SSH status popover (#2980)

Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
Jinwoo Hong
2026-05-28 00:56:49 -07:00
committed by GitHub
co-authored by Orca
parent a1a362700f
commit 2cbefdca12
@@ -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>