From 706f818e2aed233566efa62758c79b9d51920c3d Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 30 Sep 2014 09:48:12 -0300 Subject: [PATCH] proposals_discussion: fix new proposal height --- public/style.css | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/public/style.css b/public/style.css index 50a99cb..421716e 100644 --- a/public/style.css +++ b/public/style.css @@ -135,6 +135,7 @@ form .proposals-discussion-plugin .body textarea { width: 93%; display: inline-block; height: 100px; + max-height: 100px; line-height: 100px; border: 0; border-radius: 0; -- libgit2 0.21.2