# HG changeset patch # User nanaya # Date 1441479682 -32400 # Node ID 6bb805283daf1879571f4f09f232b3705d2b2eb4 # Parent d647e79136d84a709b8fe74ff75ab14fd8c12e96 Allow vertical resize. diff -r d647e79136d8 -r 6bb805283daf app/assets/stylesheets/application.scss --- a/app/assets/stylesheets/application.scss Sun Sep 06 03:58:22 2015 +0900 +++ b/app/assets/stylesheets/application.scss Sun Sep 06 04:01:22 2015 +0900 @@ -4,7 +4,7 @@ .input-url1 { display: none !important; } .paste-paste { - resize: none; + resize: vertical; font-family: $font-family-monospace; }