Remove unused css in pipeline editor
What does this MR do and why?
These CSS classes have been added to gitlab-ui
(see utilities.scss in the latest package version) so they can now be safely removed.
Related MRs:
Screenshots or screen recordings
gl-md-max-w-50p
ensures that the commit title doesn't span beyond half the pipeline status container
gl-z-index-200
ensures that the drawer is rendered above the pipeline mini graph
How to set up and validate locally
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.