Remove superfluous whitespace in link to pipeline
requested to merge KevSlashNull/gitlab:Remove-superfluous-whitespace-in-link-to-pipeline into master
What does this MR do and why?
This is a minor UI polish that removes the whitespace that is included in the link to a pipeline on the pipeline overview page. This is done to remove the trailing text underline on the link and make it look better.
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Go to a project with CI
- Trigger a pipeline
- In the sidebar, click on CI/CD > Pipelines
- In the Pipeline column, see that the ID (prefixed with a
#
symbol) no longer has a trailing underline
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 Kev