From a4262a898d6adb72c2bb9872c75bccaeaa27b8f5 Mon Sep 17 00:00:00 2001 From: Lightforger Date: Thu, 21 Mar 2013 21:29:29 +0100 Subject: [PATCH] textarea 100% -> 70% Any reason this is the only textarea on the site that is not in a div.input ? --- app/assets/stylesheets/specific/posts.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/specific/posts.css.scss b/app/assets/stylesheets/specific/posts.css.scss index cd21c83e1..2cec1df78 100644 --- a/app/assets/stylesheets/specific/posts.css.scss +++ b/app/assets/stylesheets/specific/posts.css.scss @@ -275,7 +275,7 @@ div#c-posts { div#quick-edit-div { textarea { - width: 100%; + width: 70%; height: 4em; display: block; }