From 89ca42f69b31a6884746940f6c93123420fc11b1 Mon Sep 17 00:00:00 2001 From: Lightforger Date: Mon, 18 Mar 2013 13:18:43 +0100 Subject: [PATCH] style width update Maximize width for text area's like 'new post' and 'edit tags' fields. --- app/assets/stylesheets/common/simple_form.css.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common/simple_form.css.scss b/app/assets/stylesheets/common/simple_form.css.scss index 5fc1ac121..bc0ee5de2 100644 --- a/app/assets/stylesheets/common/simple_form.css.scss +++ b/app/assets/stylesheets/common/simple_form.css.scss @@ -17,7 +17,7 @@ form.simple_form { } textarea { - width: 30em; + width: 100%; font-size: 1.2em; }