Increasing size of 'Script' fields in properties panel

May be this information will be helpful for somebody.
By default ‘Script’ fields in properties panel have 2 lines in height. This is terribly inconvenient. You have to increase size each time you work with scripts.
To fix it:

  1. Install any of modeler plugin. For example, I use camunda-modeler-plugin-usertask-generatedform-preview.
  2. Find file style\style.css in plugin directory.
  3. Add this lines to style.css:

textarea#cam-script-val {
height: 500px;
}

Done, enjoy!

4 Likes

Thanks for letting us know :slight_smile: