]> git.openstreetmap.org Git - rails.git/commitdiff
Let all textareas only be vertically resized
authorhikemaniac <31667811+hikemaniac@users.noreply.github.com>
Wed, 18 Dec 2019 19:32:56 +0000 (20:32 +0100)
committerhikemaniac <31667811+hikemaniac@users.noreply.github.com>
Wed, 18 Dec 2019 19:32:56 +0000 (20:32 +0100)
app/assets/stylesheets/common.scss

index df7eb57c7a93d49a9eeaace804a39b925d7d910f..e8db49b7ab568c93efca7341a953343a70a3f23e 100644 (file)
@@ -2106,9 +2106,6 @@ textarea {
   padding: 5px;
   width: 100%;
   min-height: 50px;
-}
-
-textarea.comment {
   resize: vertical;
 }