diff options
author | Acho Arnold (:bePolite) <arnold@archlinux.info> | 2014-06-05 08:42:05 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-06-05 08:42:05 +0200 |
commit | 641fe2292a5d2507cddae5db5dc1b94e1f030971 (patch) | |
tree | eed897663145f53ce6444b343f8416687b07e188 | |
parent | 66c3f7d90ba7eb9f7d6c73de742aea03ccc47684 (diff) | |
download | bugzilla-641fe2292a5d2507cddae5db5dc1b94e1f030971.tar.gz bugzilla-641fe2292a5d2507cddae5db5dc1b94e1f030971.tar.xz |
Bug 524915: Quoted comments can overflow the comment box
r=glob,a=justdave
-rw-r--r-- | skins/standard/global.css | 3 |
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, |