Something went wrong while setting issue due date.
dl-horizontal float issue
Closed
dl-horizontal float issue
Created by: garysweaver
When you have a definition list with dl-horizontal in a widescreen fluid layout, and have empty dd's towards the bottom, things under the dl with dl-horizontal move up (float issue) and looking at it in firebug appears that the dl is only is as tall as the last populated dd in the dl in FF 13.0 in OS X 10.7.4.
Currently working around with a hack under the dl:
<div class="clearfix"> </div>