From: hikemaniac <31667811+hikemaniac@users.noreply.github.com> Date: Sun, 15 Dec 2019 15:04:29 +0000 (+0100) Subject: Fixed comment textarea going off the sidebar, added border-radius to form fields X-Git-Tag: live~2281^2~1 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e6d7471ab6a64a438d42000898d93b4518d77b38 Fixed comment textarea going off the sidebar, added border-radius to form fields --- 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 */