From: Andy Allan Date: Sun, 22 Dec 2019 10:21:14 +0000 (+0000) Subject: Merge pull request #2464 from hikemaniac/fix-comment-textarea X-Git-Tag: live~3420 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/281d7992f857e7e7c64947a06470898c35035bb6?hp=8381836f606db4cca681416e0fac497746603d29 Merge pull request #2464 from hikemaniac/fix-comment-textarea Improve textarea behaviour --- diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 6e73da63b..c3b7dca67 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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 */