X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/efa5f6d4b68bd7a0bc0a22ec8ef639ce9b00a2e0..e6d7471ab6a64a438d42000898d93b4518d77b38:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 54fd52dd2..df7eb57c7 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -2092,6 +2092,7 @@ textarea { color: #222; background-color: #fff; border: 1px solid $grey; + border-radius: 3px; padding: 2px 5px; margin: 0; width: 200px; @@ -2104,6 +2105,11 @@ textarea { textarea { padding: 5px; width: 100%; + min-height: 50px; +} + +textarea.comment { + resize: vertical; } /* Rules for user images */