Skip to content

Pipline Mini Graph: Fix max length for item

Sascha Eggenberger requested to merge pipeline-fix-old-ui-max-item-length into master

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
before after

How to set up and validate locally

  1. Disable FF echo "Feature.disable(:new_pipeline_graph)" | rails c
  2. Change title of a pipeline (job) item to a long name
  3. Check if it stops at max-width of 400px

#424396 (closed)

Closes #434158 (closed)

Edited by Sascha Eggenberger

Merge request reports