From: Acho Arnold (:bePolite) Date: Thu, 5 Jun 2014 06:42:05 +0000 (+0800) Subject: Bug 524915: Quoted comments can overflow the comment box X-Git-Tag: bugzilla-4.5.5~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=641fe2292a5d2507cddae5db5dc1b94e1f030971;p=thirdparty%2Fbugzilla.git Bug 524915: Quoted comments can overflow the comment box r=glob,a=justdave --- diff --git a/skins/standard/global.css b/skins/standard/global.css index b1c8687e9f..848cafe040 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -323,6 +323,9 @@ div#docslinks { color: #65379c; /* Make quoted text not wrap. */ white-space: pre; + overflow: auto; + display: block; + margin-bottom: -1em; } .bz_comment_user, .bz_comment_time, .bz_comment_number,