From: William Lachance Date: Tue, 18 Jul 2017 12:50:13 +0000 (-0400) Subject: Bug 1381742 - Increase maximum size of autosized comments X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c2a0e2209896e2dd242129cbb88c53c9d470d48;p=thirdparty%2Fbugzilla.git Bug 1381742 - Increase maximum size of autosized comments --- diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 9071c3d50..44496c333 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -714,7 +714,7 @@ body.platform-Win32 .comment-text, body.platform-Win64 .comment-text { box-sizing: border-box !important; margin: 0 0 1em; max-width: 1024px; - max-height: 280px; + max-height: 400px; } #comment-preview {