diff options
author | Byron Jones <bjones@mozilla.com> | 2014-02-13 15:42:41 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2014-02-13 15:42:41 +0100 |
commit | c57390bf22bfe2cf3a8bc7764c72a1bff0c653ce (patch) | |
tree | 6ea71fdd9d203fd0a7af6fc35b333942d5083c45 | |
parent | e131778f23b56b6e4f187730ff346566f310e4f4 (diff) | |
download | bugzilla-c57390bf22bfe2cf3a8bc7764c72a1bff0c653ce.tar.gz bugzilla-c57390bf22bfe2cf3a8bc7764c72a1bff0c653ce.tar.xz |
Bug 972349: comment preview is in an incorrect location when creating a bug using the advanced bug entry form, sandstone skin, and a wide window.
-rw-r--r-- | skins/contrib/Mozilla/global.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index a847b3495..83eefb1da 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -632,6 +632,8 @@ table.edit_form hr { #comment_preview { background: white; + display: block; + clear: both; } #comment_preview_text { |