Skip to content

Commit

Permalink
Update css
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj committed Jul 31, 2023
1 parent 6ee3d8c commit 0d4380d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
18 changes: 7 additions & 11 deletions scss/study-fields.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
#study-details-form,
#study-create-form {
.ace-overlay {
width: 100%;
margin-bottom: 1.5rem;
}
.ace-overlay {
width: 100%;
margin-bottom: 1.5rem;
}

#structure-container,
#generator-container {
.code-container {
max-height: 10em;
}

.code-container {
max-height: 10em;
}


span.priority-highest {
float: right;
}
6 changes: 2 additions & 4 deletions web/static/custom_bootstrap5.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@
-moz-column-count: 3;
-webkit-column-count: 3; }

#study-details-form .ace-overlay,
#study-create-form .ace-overlay {
.ace-overlay {
width: 100%;
margin-bottom: 1.5rem; }

#structure-container .code-container,
#generator-container .code-container {
.code-container {
max-height: 10em; }

span.priority-highest {
Expand Down

0 comments on commit 0d4380d

Please sign in to comment.