2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-07-03 08:04:29 -06:00

Merge pull request #22 from jetmind/patch-1

Fix instructions to change min-height
This commit is contained in:
Wes Cossick 2015-07-14 11:17:25 -05:00
commit 5c4ca1f01a

View File

@ -85,8 +85,8 @@ var simplemde = new SimpleMDE({
To change the minimum height (before it starts auto-growing): To change the minimum height (before it starts auto-growing):
```CSS ```CSS
.CodeMirror { .CodeMirror, .CodeMirror-scroll {
min-height: 300px; min-height: 200px;
} }
``` ```