Skip to content

Fix bug where project topics truncate

Brandon Labuschagne requested to merge 57788-project-labels-tooltip-missing into master

What does this MR do?

This MR fixes a bug where project labels are incorrectly truncated.

The tooltip was previously displayed when hovering over any label and included the text of all labels. This has now been changed to show the text of a truncated label when hovering over one, and to show the text of the hidden labels when hovering over the '+ more' text.

normal label hover truncated label hover + more hover
Screenshot_2019-02-21_at_10.07.23 Screenshot_2019-02-21_at_10.07.34 Screenshot_2019-02-21_at_10.07.41

What are the relevant issue numbers?

Closes #57788 (closed)

Does this MR meet the acceptance criteria?

Edited by Clement Ho

Merge request reports