TinyMCE set hight? Topic is solved

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
andrewvideouk
Forum Members
Forum Members
Posts: 155
Joined: Thu Aug 20, 2020 10:49 pm

TinyMCE set hight?

Post by andrewvideouk »

Its posbile to set the hight for TinyMCE?

Sometimes when add new Content you have to resize the box so can type.

Cheers
Attachments
Screen Shot 2020-10-17 at 21.17.47.png
Screen Shot 2020-10-17 at 21.17.47.png (9.56 KiB) Viewed 1223 times
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1627
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: TinyMCE set hight?

Post by DIGI3 »

You can try adding a line to the theme's extcss file (see https://cmscanbesimple.org/blog/customi ... king-files), something like:

Code: Select all

.tox.tox-tinymce { min-height: 500px; }
I know there were some bugs affecting the input area height, so you may have to inspect the code and experiment a bit with which elements to target.
Not getting the answer you need? CMSMS support options
andrewvideouk
Forum Members
Forum Members
Posts: 155
Joined: Thu Aug 20, 2020 10:49 pm

Re: TinyMCE set hight?

Post by andrewvideouk »

Thank you, That work great.
Post Reply

Return to “Modules/Add-Ons”