Skip to content

Commit

Permalink
Increase default markdown note input area size
Browse files Browse the repository at this point in the history
  • Loading branch information
thesephist committed Jun 18, 2019
1 parent 0011990 commit 47bc7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/main.css
Expand Up @@ -171,7 +171,7 @@ textarea {

textarea {
resize: vertical;
min-height: 300px;
min-height: 640px;
}

button,
Expand Down

0 comments on commit 47bc7e3

Please sign in to comment.