Replace `gl-flex-nowrap` by `gl-flex-wrap-nowrap`
What does this MR do and why?
Replace gl-flex-nowrap
by gl-flex-wrap-nowrap
The gl-flex-nowrap
class is deprecated in favor of
gl-flex-wrap-nowrap
. This is more consistent with our name convention
of gl-{breakpoint?}-{property}-{value}
.
Relates to gitlab-ui#1951 (closed)
Screenshots or screen recordings
N/A
How to set up and validate locally
- Identify a page where one of these classes have been renamed.
- No visual change should be noticed.
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.