Merge pull request #2464 from hikemaniac/fix-comment-textarea

Improve textarea behaviour
This commit is contained in:
Andy Allan 2019-12-22 10:21:14 +00:00 committed by GitHub
commit 281d7992f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2083,6 +2083,7 @@ textarea {
color: #222;
background-color: #fff;
border: 1px solid $grey;
border-radius: 3px;
padding: 2px 5px;
margin: 0;
width: 200px;
@ -2095,6 +2096,8 @@ textarea {
textarea {
padding: 5px;
width: 100%;
min-height: 50px;
resize: vertical;
}
/* Rules for user images */