summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorAcho Arnold (:bePolite) <arnold@archlinux.info>2014-06-05 08:42:05 +0200
committerByron Jones <glob@mozilla.com>2014-06-05 08:42:05 +0200
commit641fe2292a5d2507cddae5db5dc1b94e1f030971 (patch)
treeeed897663145f53ce6444b343f8416687b07e188 /skins
parent66c3f7d90ba7eb9f7d6c73de742aea03ccc47684 (diff)
downloadbugzilla-641fe2292a5d2507cddae5db5dc1b94e1f030971.tar.gz
bugzilla-641fe2292a5d2507cddae5db5dc1b94e1f030971.tar.xz
Bug 524915: Quoted comments can overflow the comment box
r=glob,a=justdave
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index b1c8687e9..848cafe04 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,