We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
+1 I'm on 2.60.3 and seeing the same Issue
Sorry, something went wrong.
+1 Still the case in 2.101 and Dashboard Version 1.1.7
No branches or pull requests
When plugin is installed on Jenkins 2.46 and screen width is greater than 970px, Jenkins styles from layout-common.css
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.
The text was updated successfully, but these errors were encountered: