Skip to content

Commit

Permalink
[JENKINS-70115] The full width side panel's right side is too close t…
Browse files Browse the repository at this point in the history
…o the border (#7420)

* Add padding right in full width side panel

* Update layout-commons.less

---------

Co-authored-by: Alexander Brandes <[email protected]>
Co-authored-by: Tim Jacomb <[email protected]>
  • Loading branch information
3 people authored Apr 27, 2023
1 parent 9f1cc2a commit 06a19dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions war/src/main/scss/base/layout-commons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ body.full-screen #main-panel {
border-right: none;
}

body.two-column #tasks {
margin-right: 20px;
}

body.two-column #main-panel {
margin-left: 0;
width: 100%;
Expand Down

0 comments on commit 06a19dc

Please sign in to comment.