
As seen in the gif, when a jenkins job has lots of stages, it overflows the screen. The fix is very simple, apply a width: 100%; overflow-y: auto on the stage view container (class=cbwf-stage-view). This improves website navigation, overview and user experience.