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
Screenshot_2025-09-08_at_16.16.02 Screenshot_2025-09-08_at_16.14.12

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) Screenshot_2025-09-08_at_16.31.14 Screenshot_2025-09-08_at_16.27.01
sm (>=576px) Screenshot_2025-09-08_at_16.30.52 Screenshot_2025-09-08_at_16.29.10
md (>=768px) Screenshot_2025-09-08_at_16.31.28 Screenshot_2025-09-08_at_16.27.25
lg (>=992px) Screenshot_2025-09-08_at_16.31.38 Screenshot_2025-09-08_at_16.27.44
xl (>=1200px) Screenshot_2025-09-08_at_16.31.48 Screenshot_2025-09-08_at_16.28.03

How to set up and validate locally

  1. Create a pipeline
  2. Visit Build -> Pipelines and select a pipeline
  3. 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

Merge request reports

Loading