Rules Formula editor is always very short

The text editing area of the Rules formula editor is only four lines high, even though there is much more vertical space available:

Hi, Matt
Could you please add more details on how did you get such a giant formula popup?(Browser, OS, some steps?)
Iā€™m not able to reproduce this.

Sorry, my bad - I had some old user CSS from long ago. But it is no longer effective :thinking:

/* Taller Actions script editor - .actions_setup  */
.monaco-editor, .monaco-editor-inner-container {
    min-height: 500px;
}
1 Like