Merge pull request #22 from jetmind/patch-1

Fix instructions to change min-height
pull/75/head
Wes Cossick 9 years ago
commit 5c4ca1f01a

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

Loading…
Cancel
Save