Files
fusion/.changeset/truncate-board-titles.md
gsxdsm 8601f80402 feat(FN-678): add title truncation and tooltip to TaskCard
- Truncate long board titles in TaskCard with CSS text truncation\n- Add tooltip showing full title on hover via title attribute\n- Update TaskCard tests for truncation behavior\n- Add changeset for board title truncation fix
2026-04-01 07:16:54 -07:00

247 B

@gsxdsm/fusion
@gsxdsm/fusion
patch

Add title truncation to TaskCard component to prevent long titles from breaking board layout. Titles longer than 140 characters are now truncated with an ellipsis, and the full title is shown in a tooltip on hover.