]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Let all textareas only be vertically resized
[rails.git] / app / assets / stylesheets / common.scss
index 54fd52dd2f4c2bb6d9092796033e7cac55305678..e8db49b7ab568c93efca7341a953343a70a3f23e 100644 (file)
@@ -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,8 @@ textarea {
 textarea {
   padding: 5px;
   width: 100%;
+  min-height: 50px;
+  resize: vertical;
 }
 
 /* Rules for user images */