style(session-search): let the sort menu hug its two options

This commit is contained in:
Jinwoo-H
2026-09-21 03:51:37 -04:00
parent 5fdd7e67a2
commit e2ef72760d
@@ -83,7 +83,7 @@ export function AiVaultSessionListBar<Value extends string>({
<ChevronDown className="text-muted-foreground" />
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent align="end">
<DropdownMenuContent align="end" className="min-w-0">
<DropdownMenuRadioGroup
value={value}
// Radix hands back a bare string; the option list is what narrows it.