sparksuite / simplemde-markdown-editor

A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://simplemde.com
MIT License
9.79k stars 1.12k forks source link

.CodeMirror { height: 300px; } doesn't work #768

Open yandreySK opened 4 years ago

yandreySK commented 4 years ago

In the css file, no matter what value I put into

.CodeMirror { height: 300px; }

it never changes. However, changes like

direction: rtl;

work, so it's not a problem with import or something... Anyone knows what might be the problem? Thanks.