Skip to content

Commit

Permalink
JENKINS-33659 - Basic fix for scrollspy width issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kzantow committed Mar 22, 2016
1 parent c3e33df commit c52117a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions war/src/main/webapp/css/style.css
Expand Up @@ -1940,5 +1940,13 @@ body.main-panel-only #side-panel {
}
body.main-panel-only #main-panel {
margin: 0 auto !important;
max-width: 75em !important;
}
min-width: 100%;
padding: 2em 2em;
display: inline-block;
width: auto;
}
@media screen and (min-width: 1024px) {
body.main-panel-only #main-panel {
padding: 2em 10%;
}
}

0 comments on commit c52117a

Please sign in to comment.