You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using tinyMCE to generate the HTML code, and unfortunately, tinyMCE generates font-size properties even in the surrounding divs and even if they aren't even needed.
For both examples, I used the test site you provided.
So, when trying to convert this
Hi again, sorry for coming up with another issue.
I'm using tinyMCE to generate the HTML code, and unfortunately, tinyMCE generates font-size properties even in the surrounding divs and even if they aren't even needed.
For both examples, I used the test site you provided.
So, when trying to convert this
I get the following result:
And it looks like this:
where the font size is 7 instead of the 11 of the span.
Additionally,
<br>
tags cause some weird behavior as well. It appears to variate the font-size in some lines, but not in all.Example:
And the output:
which then looks like this:
The text was updated successfully, but these errors were encountered: