[openstreetmap/openstreetmap-website] Improve textarea behaviour (#2464)
    hikemaniac 
    notifications at github.com
       
    Wed Dec 18 19:34:56 UTC 2019
    
    
  
hikemaniac commented on this pull request.
> @@ -2104,6 +2105,11 @@ textarea {
 textarea {
   padding: 5px;
   width: 100%;
+  min-height: 50px;
+}
+
+textarea.comment {
+  resize: vertical;
Thank you, I just added it with my latest commit. 👍 
-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/2464#discussion_r359530659
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20191218/74279a3d/attachment.html>
    
    
More information about the rails-dev
mailing list