Fix ancestors widget for mobile when 1 ancestor only
requested to merge 472141-ancestry-widget-showing-truncated-button-when-no-other-items-exist into master
What does this MR do and why?
Fixes ancestors widget on small screens when work item only has one ancestor.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Create a work item that can have children (e.g. Epic, Objective).
- Add a child to the work item.
- Visit the child.
- Reduce the window size and verify the ellipsis button does not display in the ancestors widget above the work item title.
Related to #472141 (closed)