romanvm / django-tinymce4-lite

TinyMCE 4 editor widget for Django
MIT License
126 stars 47 forks source link

Update default config in docs #31

Closed wpf500 closed 6 years ago

wpf500 commented 6 years ago

Hi, thanks a lot for this module, it has saved me a lot of time! One tiny thing I found is that the default config is out-of-date in the docs, so when I copied it into my app's settings.py it rendered differently. The main problem was that it started overflowing horizontally on the admin forms without 'width': 'auto', which confused me slightly. Hopefully this PR will stop other people getting confused!

Thanks again :smiley:

codecov-io commented 6 years ago

Codecov Report

Merging #31 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #31   +/-   ##
=======================================
  Coverage   92.13%   92.13%           
=======================================
  Files           6        6           
  Lines         229      229           
=======================================
  Hits          211      211           
  Misses         18       18

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 54bf890...0ee20f0. Read the comment docs.

romanvm commented 6 years ago

Thanks!