Skip to content

Commit

Permalink
Add resize ability to CodeMirror textboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Dec 18, 2021
1 parent ccf1168 commit f27e7ea
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 @@ -739,3 +739,7 @@
}
}
}

.CodeMirror-scroll {
resize: vertical;
}

0 comments on commit f27e7ea

Please sign in to comment.