summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2014-02-13 15:42:41 +0100
committerByron Jones <bjones@mozilla.com>2014-02-13 15:42:41 +0100
commitc57390bf22bfe2cf3a8bc7764c72a1bff0c653ce (patch)
tree6ea71fdd9d203fd0a7af6fc35b333942d5083c45 /skins
parente131778f23b56b6e4f187730ff346566f310e4f4 (diff)
downloadbugzilla-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.
Diffstat (limited to 'skins')
-rw-r--r--skins/contrib/Mozilla/global.css2
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 {