Forum Bugs

Background color won't apply to whole block

Ours
I have a <section> on which I apply background-color.
Only the <h4> immediately in that <section> gets the background color.
Only PrinceXML shows it like this as Chrome and IE11 show it correctly with the background color covering the whole element. Running PrinceXML in screen mode gives the same result so I'm certain there is no CSS issue.

The issue seems to come from the fact that I have floating tables inside my <section>. Despite having a <div> with clear:both; before closing the section PrinceXML seems to fail to expand under them.