This commit is contained in:
Magnus Hoff 2017-09-06 23:22:34 +02:00
parent 3ce6e255f2
commit 64737b44e5
2 changed files with 2 additions and 2 deletions

View file

@ -120,7 +120,7 @@ function openEditor() {
article.classList.remove('edit');
form.reset();
})
});
}
document

View file

@ -150,7 +150,7 @@ textarea {
display: none;
}
.editor textarea {
.editor textarea[name="body"] {
height: 600px;
}