afonsof / jenkins-material-theme

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

Job Configuration Overflow #88

Open hesantan opened 8 years ago

hesantan commented 8 years ago

If the configuration page for any job, the contents of the sections is always overflowing: download 1

I haven't had time to take a hard look myself to see what's causing this, but I updated to the latest version and it still happens. I'm using a local version of the theme with a custom logo. I couldn't see anything obvious from the Developer Console in Chrome.

I did notice that the <table class="config-table scrollspy"> element is the one with the overflow. It's width is set to 100% and when I change it to anything different there is no change. I also tried changing the #jenkins .jenkins-config table class with no luck either. Any advice or fixes?