You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add hover tooltip to show full text in statistics cards
- Remove manual text truncation (12 character limit)
- Display full text with line-clamp-2 (up to 2 lines)
- Add hover tooltip showing complete title text
- Tooltip appears above card with smooth fade animation
- Dark mode compatible tooltip styling
- Responsive tooltip sizing for mobile and desktop
- Improve card padding and min-height for better text display
- Fix grid cards to use line-clamp-3 instead of fixed height
Fixes the issue where statistics card descriptions were truncated with ellipses.
Users can now see full text on hover and more text by default.
0 commit comments