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:
commit
5c4ca1f01a
@ -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;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user