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
This commit is contained in:
@@ -2,6 +2,4 @@
|
||||
"@gsxdsm/fusion": patch
|
||||
---
|
||||
|
||||
Truncate board titles to 140 characters with ellipsis and tooltip
|
||||
|
||||
Task card titles in the board view are now truncated to a maximum of 140 characters. When a title exceeds this limit, an ellipsis (…) is appended and the full title is shown in a tooltip on hover. This prevents overly long titles from breaking the board layout while preserving full accessibility.
|
||||
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.
|
||||
Reference in New Issue
Block a user