diff --git a/app/src/components/views/kanban-card.tsx b/app/src/components/views/kanban-card.tsx index c941c8c2..7888de3e 100644 --- a/app/src/components/views/kanban-card.tsx +++ b/app/src/components/views/kanban-card.tsx @@ -393,10 +393,10 @@ export const KanbanCard = memo(function KanbanCard({ !isDescriptionExpanded && "line-clamp-3" )} > - {feature.description || feature.summary || feature.title || feature.id} + {feature.description || feature.summary || feature.id} {/* Show More/Less toggle - only show when description is likely truncated */} - {(feature.description || feature.summary || feature.title || "").length > 100 && ( + {(feature.description || feature.summary || "").length > 100 && (