Milestone names get cut off in collapsed issuable sidebar
Resources
Summary
If an issue is assigned to a milestone with a long name and the sidebar is collapsed, the name gets cut off.
Steps to reproduce
- create issue
- create milestone with long name
- assign issue to milestone
Bug behavior
Also, the tooltip should be shown when hovering both the milestone name and the milestones icon (“clock”).
Possible fixes
word-wrap: break-word; text-overflow: ellipsis; overflow: hidden; margin: 0 4px;
Edited by username-removed-626804