]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 524915: Quoted comments can overflow the comment box
authorAcho Arnold (:bePolite) <arnold@archlinux.info>
Thu, 5 Jun 2014 06:42:05 +0000 (14:42 +0800)
committerByron Jones <glob@mozilla.com>
Thu, 5 Jun 2014 06:42:05 +0000 (14:42 +0800)
r=glob,a=justdave

skins/standard/global.css

index b1c8687e9f7d30c0d643e1207d89122a7648c1cc..848cafe040e90a09506f438715df226de4e7341a 100644 (file)
@@ -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,