Update paddings in the code styled text on the job list page
What does this MR do and why?
- Related to #486043 (closed), #486049 (closed)
The code changes are related to the display of information on a job cell within a jobs page. This minor change will create a consistent look and feel across the product.
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.
Projects > Build > Jobs
Before | After |
---|---|
Admin areas > CI/CD > Jobs
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
Project job list
- Go to any project where the pipelines are running.
- Navigate to the
Build > Jobs
- See the text in the list of refs and commits and check the alignment of the duration and time.
Admin area job list
- Go to the
Admin area
- Navigate to the
CI/CD > Jobs
- See the text in the list of refs and commits and check the alignment of the duration and time.
Edited by Sunjung Park