Pipeline graph bugfixes
What does this MR do and why?
Fixes the alignment of badges and fixes a display bug on mobile when show dependencies is enabled.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Enable FF
echo "Feature.enable(:new_pipeline_graph)" | rails c
- Go to a pipeline (e.g. http://gdk.test:3000/flightjs/Flight/-/pipelines/10)
- Check badge alignment
- Check mobile viewport while enabling
show dependencies
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to !135476 (merged), #430244 (closed)