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
Somehow all redactor fields got wrapped in a <p style="font-size:16px;"></p> – even fields that are empty and nothing was ever pasted into them. Sometimes the mysterious <p> even gets and additional font-family styling. This not only messes up a lot of our styling but it also messes with {% if redactor|length %} since an empty field isn't actually empty.
Description
Somehow all redactor fields got wrapped in a
<p style="font-size:16px;"></p>
– even fields that are empty and nothing was ever pasted into them. Sometimes the mysterious<p>
even gets and additionalfont-family
styling. This not only messes up a lot of our styling but it also messes with{% if redactor|length %}
since an empty field isn't actually empty.Additional info
The text was updated successfully, but these errors were encountered: