BB module - TinyMCE Editor field height

Hi there,

I’ve used Beaver Builder to create plenty of custom modules, it works great for what I need, however, whenever I place in an editor field (as per this example here; CMDG 10: Setting fields reference | Beaver Builder Knowledge Base ), the editor field appears fairly tall. I would love to reduce the height of the TinyMCE editor by a few hundred pixels… Has anyone found a way to do this?

I’ve tried just setting the height of the textbox via CSS before it becomes an editor with this CSS:

.fl-editor-field textarea {
    height: 100px !important;
}

But that didn’t work…

Thanks!
Karl