onepill / django-simplemde

Use markdown editor https://github.com/sparksuite/simplemde-markdown-editor in django project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preview looks ugly in django admin

mhozza opened this issue · comments

Django admin CSS styles are mixed with the SimpleMDE CSS and the preview looks ugly in django admin.
Especially lists doesn't have any bullets, and have large left margin.

Hi @mhozza
I have realized that before, but the only options i could think up were:

  1. change django admin css
  2. change simplemde css file
    Both are not very good options, so i chose to leave it...

Thanks