Fixed the layout of the work item health status widget
What does this MR do and why?
While having a look at the work items widgets I noticed a small layout issue with the health status widget, which this MR fixes
Update: I also aligned the "updating" behavior to what the weight widget does, keeping the dropdown visible but disabled until the update has been completed.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
-
In rails console enable flags
Feature.enable(:work_items_mvc) Feature.enable(:work_items_mvc_2)
-
Visit any task/issue work item, i.e.
http://127.0.0.1:3000/groups/flightjs/-/work_items/31
. If you don't have any you can go to issue page and edit URL, replace/issues/
with/work_items/
-
Make sure the alignment of the
Edit
andApply
buttons are correct for the health status widget
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.