Remove flex wrap to avoid wrapping of status and assignees
What does this MR do and why?
Remove flex wrap to avoid wrapping of status and assignees.
Reference to Figma designs
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 | |
---|---|---|
xs (<576) |
||
sm (>=576px) |
||
md (>=768px) |
||
lg (>=992px) |
||
xl (>=1200px) |
How to set up and validate locally
Prerequisites:
- Enable the OKRs feature as mentioned in the OKRs docs (e.g.
::Feature.enabled?(:okrs_mvc, Project.find(<PROJECT_ID>))
and the namespace must have Ultimate plan).
Steps to verify:
- Login with any user
- Go to Project > Issues
- Open or create an Issue/Objective
- Create or add existing child items
- Add few metadata like labels, assignees, due dates and health status
- Check the content is not getting wrapped up
Edited by Rajan Mistry