afonsof / jenkins-material-theme

Beautify your Jenkins with the Material Design theme!
http://afonsof.com/jenkins-material-theme
MIT License
1.73k stars 357 forks source link

Pipeline Step View messed up #167

Open mbuchner opened 4 years ago

mbuchner commented 4 years ago

Is there any activity here?

Just tried the theme and it kind of messes up the pipeline steps view: image

mbuchner commented 4 years ago

Could manage to kind of fix it by adding those 2 lines at the end of the script:

pipeline-box .table-box {padding: 0 0 0 18.3em !important;}

pipeline-box .table-box .table-viewPort tr.totals .stage-start .cell-color { padding: .3em .1em !important;}

First line fixes overlapping boxes Second line avoids wrapping of text in header -> "~37min 1s"

image