diff --git a/app/src/components/views/kanban-card.tsx b/app/src/components/views/kanban-card.tsx index 28c813b8..3d7dfc52 100644 --- a/app/src/components/views/kanban-card.tsx +++ b/app/src/components/views/kanban-card.tsx @@ -246,7 +246,13 @@ export function KanbanCard({ Errored )} - + {isCurrentAutoTask && ( @@ -320,8 +326,8 @@ export function KanbanCard({ )} - - + + {feature.description} @@ -358,9 +364,9 @@ export function KanbanCard({ {/* Agent Info Panel - shows for in_progress, waiting_approval, verified */} {/* Detailed mode: Show all agent info */} {showAgentInfo && feature.status !== "backlog" && agentInfo && ( - + {/* Model & Phase */} - + @@ -437,25 +443,25 @@ export function KanbanCard({ feature.status === "verified") && ( <> {(feature.summary || summary || agentInfo.summary) && ( - - - - - Summary + + + + + Summary { e.stopPropagation(); setIsSummaryDialogOpen(true); }} - className="p-0.5 rounded hover:bg-accent transition-colors text-muted-foreground hover:text-foreground" + className="p-0.5 rounded hover:bg-accent transition-colors text-muted-foreground hover:text-foreground shrink-0" title="View full summary" data-testid={`expand-summary-${feature.id}`} > - + {feature.summary || summary || agentInfo.summary}
+
{feature.summary || summary || agentInfo.summary}