From 59799ba2b4c8aa9958e2333a6ed2f17b08df82bf Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 20 Apr 2016 21:59:29 +0200 Subject: some crossbrowser rendering work on the comment box --- view/css/conversation.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'view/css') diff --git a/view/css/conversation.css b/view/css/conversation.css index 5cbd5c896..0ecec039f 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -196,8 +196,10 @@ a.wall-item-name-link { /* comment_item */ -.comment-edit-text-empty, .comment-edit-text-full { +.comment-edit-text-empty, +.comment-edit-text-full { width: 100%; + display: inherit; } .comment-edit-text-empty { -- cgit v1.2.3