Skip to content

Commit

Permalink
Update job config page width to match inner form components
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 9, 2022
1 parent fa9d13e commit f47d5e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/model/Job/configure.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ THE SOFTWARE.
<l:main-panel>
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-20">
<div class="jenkins-config-container">

<div class="behavior-loading"><l:spinner text="${%LOADING}"/></div>

Expand Down
7 changes: 7 additions & 0 deletions war/src/main/js/widgets/config/tabbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@
}

}

#jenkins .jenkins-config-container {
width: 100vw;
max-width: calc(var(--form-item-max-width) + 20px);
margin: auto;
}

#jenkins{
.jenkins-config {
border:1px solid var(--input-border);
Expand Down

0 comments on commit f47d5e2

Please sign in to comment.