Skip to content

Use consistent line height for work item field labels

What does this MR do and why?

Removes slight movement in work item sidebar field labels when changing states.

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
heightbefore heightafter

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. In rails console enable the work_items_mvc_2 FF

    Feature.enable(:work_items_mvc_2)
  2. Open a task

Related to #442791 (closed)

Edited by Nick Leonard

Merge request reports