Discussion
Molina HealthCare
Molina HealthCare
US
Molina HealthCare
Posted: Jan 9, 2018
Last activity: Jan 23, 2018
Last activity: 23 Jan 2018 6:11 EST
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