Skip to content

Fix truncation bug in pipeline dropdowns

What does this MR do?

Fix for the bug in pipeline truncation. Also adds the TooltipOnTruncation component, which displays the tooltip only when the entry is truncated.

Still to do

  • Get tooltip to display in correct position (this may also fix #57900 (closed))
  • Check all instances of the pipeline widget for regressions & consider replacing the CSS with utility classes
  • Remove hardcoded data and replace with correct name - status content 😅

What are the relevant issue numbers?

#58712 (closed), #57900 (closed)

Does this MR meet the acceptance criteria?

Closes #58712 (closed)

Edited by Mike Greiling

Merge request reports