diff --git a/ui/goose2/src/features/agents/ui/PersonaCard.tsx b/ui/goose2/src/features/agents/ui/PersonaCard.tsx index 6bc046671d..246ebeca6a 100644 --- a/ui/goose2/src/features/agents/ui/PersonaCard.tsx +++ b/ui/goose2/src/features/agents/ui/PersonaCard.tsx @@ -76,14 +76,14 @@ export function PersonaCard({ onKeyDown={handleCardKeyDown} tabIndex={0} className={cn( - "group relative flex w-[200px] shrink-0 cursor-pointer flex-col py-4", + "group relative flex w-[160px] shrink-0 cursor-pointer flex-col py-4", "transition-colors duration-200", isActive && "bg-black/[0.03]", )} > {/* Fixed-height figure box: figure aligned to bottom, centered horizontally; wider figures bleed into the gap between cells (intentional editorial overflow) */} -
-
+
{persona.systemPrompt}