Improve Pipeline UI on large screens, currently a LOT of space is wasted that could be used to display a larger number of CI jobs.
Currently the Pipeline UI looks like this on my desktop computer:
It manages to display 2 columns, making really bad use of the available horizontal space.
With a few lines of CSS it can be turned into this:
which shows 9 columns, and actually shows jobs that are running.
Please improve the UI here, right now I'm relying on browser extensions to fix this.
Github Actions is miles ahead in their UI of pipelines / Github actions...

