If the configuration page for any job, the contents of the sections is always overflowing:
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?
If the configuration page for any job, the contents of the sections is always overflowing:
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?