environment-dashboard-plugin
environment-dashboard-plugin copied to clipboard
CSS style glitch in Jenkins 2.x - side-panel visible
When plugin is installed on Jenkins 2.46 and screen width is greater than 970px, Jenkins styles from layout-common.css
@media (min-width: 1170px) {
body.two-column #side-panel {
width: 360px;
}
body.two-column #main-panel {
margin-left: 360px;
}
}
override plugin styles from blink.css.
As a result empty side-panel is visible and main-panel does not fit page width.

Changes in PR #139 prevent these styles from being overridden.
This PR should be compatible with Jenkins 1.X since #page-body is present there as well.
+1 I'm on 2.60.3 and seeing the same Issue
+1 Still the case in 2.101 and Dashboard Version 1.1.7