Shift job sidebar to fit "Always visible" scrollbars
What does this MR do and why?
Shift job sidebar to allow "Always visible" scrollbars to be seen correctly.
References
Screenshots or screen recordings
Before | After |
---|---|
![]() |
![]() |
![]() |
![]() |
How to set up and validate locally
Run a pipeline with a job that 1) is long enough to require scrolling and, 2) has many "related jobs" with the parallel
keyword so the sibebar can be scrolled as well.
This is one I am ussing:
stages:
- build
build-job:
stage: build
parallel: 20
script:
- echo "Compiling the code..."
- curl pkmn.li/25/
- curl pkmn.li/26/
- curl pkmn.li/27/
- curl pkmn.li/28/
- curl pkmn.li/29/
- echo "Compile complete."
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Miguel Rincon