Align assignees labels inputs on small screens
What does this MR do and why?
Followup from #370283 (comment 1074856457)
Responsive fixes for work items
- Move Labels and Assignees fields to same line as their label
- Hide "Assign me" button on xs screens
before | after |
---|---|
How to set up and validate locally
- Enable the feature flags
Feature.enable(:work_items) Feature.enable(:work_items_mvc_2)
- On an issue page, scroll below the description to the gray boxes section, click "Add" in the Tasks box
- Enter a title, click Create task to view the task field
- Check assignee and label field layout
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.
Edited by Simon Knox