Pipline Mini Graph: Fix max length for item
What does this MR do and why?
Pipline Mini Graph: Fix max length for item
When we introduced the new UI with a FF we introduced a small bug for the old UI where the max-width of 400px was removed.
This MR re-adds the max-width value for the old UI.
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
- Disable FF
echo "Feature.disable(:new_pipeline_graph)" | rails c
- Change title of a pipeline (job) item to a long name
- Check if it stops at max-width of 400px
Closes #434158 (closed)
Edited by Sascha Eggenberger