Fix pipeline jobs width
What does this MR do and why?
Add a min-width of 240px for the pipeline job item. Allow the job name to truncate after 2 lines. The job container is limited to 384px.
Why?
This fixed a problem introduced at !200348 (merged).
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
OPTIONAL: For responsive UI changes, you can use the viewport size table below. Delete this table if not needed or delete rows that are not relevant to your changes.
| Viewport size | Before | After |
|---|---|---|
xs (<576px) |
![]() |
![]() |
sm (>=576px) |
![]() |
![]() |
md (>=768px) |
![]() |
![]() |
lg (>=992px) |
![]() |
![]() |
xl (>=1200px) |
![]() |
![]() |
How to set up and validate locally
- Create a pipeline
- Visit Build -> Pipelines and select a pipeline
- Verify the jobs list look good on the pipeline details page
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Anna Vovchenko











