Skip to content

Commit

Permalink
Fix margins to be consistent with broader Jenkins UI (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-remington authored Jun 22, 2024
1 parent deaf888 commit af2a16b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
}

.app-page-body--one-column {
max-width: 95vw;
max-width: 100vw;
margin: var(--section-padding)
}

[data-theme="dark"] {
Expand Down Expand Up @@ -219,7 +220,7 @@ g.build-status-icon__outer {
}

#main-panel {
padding-left: 0;
padding: unset;
}

.jenkins-button svg {
Expand Down
3 changes: 2 additions & 1 deletion src/main/frontend/pipeline-graph-view/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
}

.app-page-body--one-column {
max-width: 95vw;
margin: unset;
max-width: unset;
}

[data-theme="dark"] {
Expand Down

0 comments on commit af2a16b

Please sign in to comment.