Skip to content

Commit

Permalink
Increase max width of components
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 18, 2021
1 parent f27e7ea commit 3277671
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion war/src/main/less/modules/form.less
Original file line number Diff line number Diff line change
Expand Up @@ -741,5 +741,5 @@
}

.CodeMirror-scroll {
resize: vertical;
resize: both;
}

0 comments on commit 3277671

Please sign in to comment.