Fix undesired wrapping issue on related items attributes in Safari
What does this MR do and why?
In Safari, if a user zooms in while looking at the related MRs widget on an issuable, the assignee(s) and CI status will get wrapped to separate lines causing a layout problem.
We don't actually ever want these to wrap as far as I can tell, so the
class gl-flex-wrap should be removed.
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
| Before | After |
|---|---|
|
|
How to set up and validate locally
Note that testing this requires the use of Safari on macOS.
- Check out this branch
- In the GDK, ensure you have at least one issue that has at least one related MR, and make sure that the related MR has at least one assignee and a CI status
- View the issue in Safari
- Use Cmd = to zoom in once
- You should not see any layout changes for the item attributes at the right of the related items info
Edited by Chad Lavimoniere

