- 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
247 B
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.