How may I modify the editor text ?
I have tried to vary the p element style because the line height was incorrect (extra line break)
like:
.ajax__html_editor_extender_texteditor p
{
line-height: 0px;
}The text when inserted is half showing, until I press return key, then whole text reappears ?