From c57390bf22bfe2cf3a8bc7764c72a1bff0c653ce Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 13 Feb 2014 22:42:41 +0800 Subject: 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. --- skins/contrib/Mozilla/global.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'skins') 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 { -- cgit v1.2.3-24-g4f1b