From 4a938db39841d91d294b1cb1c193f12cae5f9492 Mon Sep 17 00:00:00 2001 From: marijus Date: Wed, 13 Aug 2014 17:37:41 +0200 Subject: this is better cross-browser support --- view/css/conversation.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view') diff --git a/view/css/conversation.css b/view/css/conversation.css index 7e0e6f0ad..a6540ffba 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -182,10 +182,11 @@ .comment-edit-text-empty, .comment-edit-text-full { float: left; width: 100%; - padding: 6px 8px; } .comment-edit-text-empty { + padding: 0px 8px; + line-height: 28px; height: 30px; overflow: hidden; resize: none; @@ -193,6 +194,7 @@ } .comment-edit-text-full { + padding: 8px; height: 150px; overflow: auto; } -- cgit v1.2.3