diff options
author | Acho Arnold (:bePolite) <arnold@archlinux.info> | 2014-06-05 14:42:05 +0800 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-06-05 14:42:05 +0800 |
commit | 641fe2292a5d2507cddae5db5dc1b94e1f030971 (patch) | |
tree | eed897663145f53ce6444b343f8416687b07e188 | |
parent | Bug 1020023: update a user's last-visited timestamp for a bug when they perfo... (diff) | |
download | bugzilla-641fe2292a5d2507cddae5db5dc1b94e1f030971.tar.gz bugzilla-641fe2292a5d2507cddae5db5dc1b94e1f030971.tar.bz2 bugzilla-641fe2292a5d2507cddae5db5dc1b94e1f030971.zip |
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, |