Skip to content

Commit

Permalink
Merge branch 'update-forms' of github.com:janfaracik/jenkins into upd…
Browse files Browse the repository at this point in the history
…ate-forms
  • Loading branch information
timja committed Dec 23, 2021
2 parents f91066f + 3277671 commit 0298e43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions war/src/main/less/abstracts/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -272,9 +272,9 @@
--input-border: #C3CCD1;
--input-border-hover: #5C7889;
--input-hidden-password-bg-color: #f9f9f9;
--form-item-max-width: ~"min(56vw, 1200px)";
--form-item-max-width--medium: ~"min(41vw, 1000px)";
--form-item-max-width--small: ~"min(26vw, 850px)";
--form-item-max-width: ~"min(56vw, 1400px)";
--form-item-max-width--medium: ~"min(41vw, 1200px)";
--form-item-max-width--small: ~"min(26vw, 1000px)";
--form-label-font-weight: bold;
--form-input-padding: 8px;
--form-input-border-radius: 6px;
Expand Down
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 @@ -739,3 +739,7 @@
}
}
}

.CodeMirror-scroll {
resize: both;
}

0 comments on commit 0298e43

Please sign in to comment.