-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: sectioned-view-plugin
-
Environment:Jenkins 1.628
Sectioned View Plugin 1.20
The file sectioned-view.css contains the code
.pane td {
vertical-align: top;
}
This is included in all pages, and changes the view of all jobs, even where sectioned view is not used.
The default is vertical-align: middle;, which looks much better.