Customising the size of the rich text editor?

Hi everyone!

First time posting here.

I'm building out a few API forms.

One of them is intended to pass ChatGPT outputs which usually come in Markdown so it has to be a rich text area (AFAIK).

The regular (non-rich) text editor has a nice appearance setting whereby you can configure a minimum line variable:

However in the rich text editor, unless I'm missing something, all I can see are these appearance/styling options:

Is there a way to configure a minimum height? The result is that the editor appears unsuably small!

TIA!

Hey @Daniel_Rosehill, welcome to the forums!

From my understanding the rich text editor has fixed sizing. It wont get bigger with more data, it will just be scrollable. This is why you dont see a minimum size option.

What you need to do instead is click on the component, and drag down from the bottom to make it bigger in the editor. This will set the static size. It can sometimes be buggy / difficult to do. If you are having problems you can try deleting and readding the component.

Hope this helps!