mazelife / django-redactor

Project has been forked & renamed! See the README. Integrates the Redactor Javascript WYSIWYG editor in Django.
Other
63 stars 27 forks source link

Redactor box styling is slightly broken in the Django Admin #10

Open mvattuone opened 11 years ago

mvattuone commented 11 years ago

Hi there,

I'm having a bit of trouble getting the Redactor Editor to look good on the Admin site. Currently, the Django form labels are floated left, which is causing the Redactor box to overlap them and make the page look broken. I'm aware I could just add some custom CSS to fix this issue (a clear:left on the redactor box with a bit of positioning to create some space between the form field title and the box itself should do the trick, but I'm wondering if there is a way to do this via the settings that I am unaware of, such that I don't have to introduce custom code, as I plan on utilizing this on a number of sites.

Let me know, thanks!

nicholasaleks commented 9 years ago

I am having the same issue. Looks like there is 0 css overriding...