klen / django_markdown

Django markdown support and wysiwig
GNU Lesser General Public License v3.0
391 stars 143 forks source link

Set height width for markdown forms widget #44

Open ArchTaqi opened 9 years ago

ArchTaqi commented 9 years ago

I am using this in my forms, but the editor width is too much that is going outside the region, i have applied all width control attributes to div , but the widget is always going outside the region. Is there any way to set max-width of markdown editor in forms.?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/8245074-set-height-width-for-markdown-forms-widget?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F332251&utm_medium=issues&utm_source=github).
madeeha-ameer commented 9 years ago

The order of the class definition in the CSS really matters, be sure that the class you really want is after the other or just use !important.