diff app/assets/stylesheets/_new-paste.scss @ 387:6cd41974d4b0

Style up form error.
author nanaya <me@myconan.net>
date Sun, 07 Jun 2015 10:30:14 +0900
parents 2ad092e60975
children
line wrap: on
line diff
--- a/app/assets/stylesheets/_new-paste.scss	Sun Jun 07 10:24:35 2015 +0900
+++ b/app/assets/stylesheets/_new-paste.scss	Sun Jun 07 10:30:14 2015 +0900
@@ -11,9 +11,13 @@
     flex-direction: column;
     margin-bottom: $spacing;
 
-    textarea {
+    > * {
       flex: 1 0 auto;
+    }
+
+    textarea {
       resize: none;
+      width: 100%;
     }
   }