Skip to content

Commit

Permalink
Add max-width none to fix pipeline editor
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Oct 22, 2021
1 parent e77882d commit b8d574e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions war/src/main/less/modules/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
&--medium {
max-width: 450px;
}

&--full-width {
max-width: none;
}
}

.jenkins-fieldset {
Expand Down

0 comments on commit b8d574e

Please sign in to comment.