LeeHanYeong / django-quill-editor

django-quill-editor makes Quill.js easy to use on Django Forms and admin sites
https://django-quill-editor.readthedocs.io
MIT License
202 stars 49 forks source link

Quill data as html not displaying correctly #88

Closed n4ff4h closed 2 years ago

n4ff4h commented 2 years ago

SCR-20220620-jd SCR-20220620-jo

Note: That is an H1

I read somewhere that i have to manually apply css or.. am i doing something wrong. I am using tailwind btw

Things like alignment also does not work. I managed to remove the applied styles from chrome dev tools for a particular element and it displays correctly. Is this a bug or?

SCR-20220620-wz

<p id="post-body">{{ post.body.html | safe }}</p>
n4ff4h commented 2 years ago

It seems it was tailwind that is removing default font size for headings