diff options
author | Albert Ting <altlist@gmail.com> | 2015-03-04 15:44:09 +0100 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-03-04 15:44:09 +0100 |
commit | f6686ca1edfe4a233c7f39836e265d466bda37b7 (patch) | |
tree | bbab6e03f50c8966cc3bc73b340548edf0dbfc9c /skins | |
parent | a1f0c3b51189bfe1f5c7d8e15005663ebfeebc91 (diff) | |
download | bugzilla-f6686ca1edfe4a233c7f39836e265d466bda37b7.tar.gz bugzilla-f6686ca1edfe4a233c7f39836e265d466bda37b7.tar.xz |
Bug 1138754: span.quote styling makes the scroll bar difficult to access
r=glob,a=glob
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 60e06af73..3d9a4b1ed 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -334,7 +334,6 @@ pre.bz_comment_text, .uneditable_textarea, tbody.file pre { white-space: pre; overflow: auto; display: block; - margin-bottom: -1em; } .bz_comment_user, .bz_comment_time, .bz_comment_number, |