looks like the ins element is pushing the the bulletin body out of alignment (in FF3).
div.ticketview div.body .editable_attribute {applicat…237408732 (line 669) margin:10px !important; padding:0 !important; }
should remove the margin:10px on the ins and add padding:10px to the div.body
Discussion and changes
Ted Han (Project member)
div.ticketview div.body .editable_attribute {applicat…237408732 (line 669)
margin:10px !important;
padding:0 !important;
}
should remove the margin:10px on the ins
and add padding:10px to the div.body