Skip to content
New issue

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

CSS style glitch in Jenkins 2.x - side-panel visible #140

Open
jarst opened this issue Aug 3, 2017 · 2 comments
Open

CSS style glitch in Jenkins 2.x - side-panel visible #140

jarst opened this issue Aug 3, 2017 · 2 comments

Comments

@jarst
Copy link
Contributor

jarst commented Aug 3, 2017

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.

envdashboard

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.

@nahog
Copy link

nahog commented Aug 29, 2017

+1 I'm on 2.60.3 and seeing the same Issue

@ghost
Copy link

ghost commented Jan 24, 2018

+1 Still the case in 2.101 and Dashboard Version 1.1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants