]> git.openstreetmap.org Git - rails.git/commitdiff
Fix textarea resizing
authorJohn Firebaugh <john.firebaugh@gmail.com>
Fri, 19 Jul 2013 19:18:42 +0000 (12:18 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Mon, 5 Aug 2013 15:31:45 +0000 (08:31 -0700)
app/assets/stylesheets/common.css.scss

index 9ea4b0dfae28e84fb352cd88d5a51eed51079633..ee36043264bd0a49287338f043d71ac75f617924 100644 (file)
@@ -643,6 +643,7 @@ a.donate {
   }
 
   #embed_html {
+    resize: vertical;
     font-family: monospace;
     font-size: small;
   }
@@ -1607,7 +1608,6 @@ textarea {
 textarea {
   padding: 5px;
   width: 100%;
-  height: 100% !important;
 }
 
 /* Rules for user images */