From 6e9ef736590cbcd8db60e26aef91e0b372122cf7 Mon Sep 17 00:00:00 2001 From: Ujjwal Sharma Date: Thu, 15 Dec 2016 16:01:53 +0530 Subject: Fix Bug #1287265 This commit fixes bug #1287265. https://bugzilla.mozilla.org/show_bug.cgi?id=1287265 --- skins/standard/bug.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/skins/standard/bug.css b/skins/standard/bug.css index 56422b51b..4f78e2a91 100644 --- a/skins/standard/bug.css +++ b/skins/standard/bug.css @@ -674,4 +674,8 @@ div#update_container { font-weight: bold; } +.bz-comment { + resize: both; +} + /* attachment.cgi (end) */ -- cgit v1.2.3-24-g4f1b