Panels uses a special clearing <br /> to do it's clearing. Rather than using this special BR, it would be preferable to use the standard Drupal 'clear-block' class. This class makes blocks clear properly in all browsers and is included in Drupal 5 and higher.

Comments

quicksketch’s picture

StatusFileSize
new15.1 KB

Attached is an image providing a before and after example. With the BR method, the wrapper DIV is not set to the proper height. Applying a margin or border to the row DIV will have undesired results. When using the clear-block class, the DIV is properly wrapped around the container, even if it's contents are floated left (as is the case with panels).

merlinofchaos’s picture

Status: Needs review » Fixed

Applied!

Anonymous’s picture

Status: Fixed » Closed (fixed)