Discussion
1
Replies
811
Views

Molina HealthCare
Posted: Jan 9, 2018
Last activity: Jan 23, 2018
Disable Rich Text Editor Resizing. Please follow the steps.
To disable the Resize option for Rich Text Editor
Use the below code insert in the custom CSS.
#rte-default .cke_resizer
{
display: none!important;
}
Thanks,
Ramesh