-
Notifications
You must be signed in to change notification settings - Fork 136
Closed
Description
When we show accordions some titles have a too-long name and truncated with ... at the end:
We should add a tooltip with a full name for all accordion names.
To see accordions in action, the next project may be used https://connect.topcoder-dev.com/projects/8196/scope, see a screenshot.
For the tooltip, we already have a component to reuse:
See example code https://github.com/appirio-tech/connect-app/blob/dev/src/projects/detail/components/PhaseCard/EditStageForm.jsx#L304 and you may check it in action if you open this page and click an icon to edit the phase, and after hover mouse on In Progress, see a screenshot.

