Skip to content

Fix expired text space in milestone widget

Deepika Guliani requested to merge dg-fix-two-column-issues into master

What does this MR do and why?

Fix point 1 and 2 in #442090 (comment 1786120030)

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

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 experiment fully
    Feature.enable(:work_items_mvc_2)
  2. Visit any work item for example tas
  3. See that there is space in the expired milestone list option and also no booleans on screen

Merge request reports