Skip to content

Commit

Permalink
[JENKINS-70246] Unexpectedly wide sidepanel (#9133)
Browse files Browse the repository at this point in the history
* [JENKINS-70246] Unexpectedly wide sidepanel

* Simpify breakpoints
  • Loading branch information
timja committed Apr 8, 2024
1 parent 9c05772 commit 97a44a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions war/src/main/scss/base/_layout-commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ body.full-screen #main-panel {
padding: 0;
}

body.two-column #side-panel {
width: 340px;
}

/* stylelint-disable-next-line media-query-no-invalid */
@media (max-width: breakpoints.$tablet-breakpoint) {
body.two-column #page-body {
Expand All @@ -115,10 +119,6 @@ body.full-screen #main-panel {
}

@media (width >= 1170px) {
body.two-column #side-panel {
width: 340px;
}

body.two-column #main-panel {
width: calc(100% - 370px);
}
Expand Down

0 comments on commit 97a44a4

Please sign in to comment.