resize textarea

This commit is contained in:
Felix Lohmeier 2020-04-29 17:02:21 +02:00
parent d1d3f10398
commit 0146f5ed3e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
textarea {
width: 100%;
height: 50%;
height: 80%;
}