Index: trunk/extensions/LiquidThreads/classes/View.php |
— | — | @@ -1406,7 +1406,8 @@ |
1407 | 1407 | $html .= $this->showPostBody( $post, $oldid ); |
1408 | 1408 | } |
1409 | 1409 | $html .= Xml::closeElement( 'div' ); |
1410 | | - $html .= Xml::tags( 'div', array( 'style' => 'clear: both' ), ' ' ); |
| 1410 | + $html .= Xml::tags( 'div', array( 'style' => 'clear: both; height: 0' ), |
| 1411 | + ' ' ); |
1411 | 1412 | $html .= $this->showThreadToolbar( $thread ); |
1412 | 1413 | $html .= $this->threadSignature( $thread ); |
1413 | 1414 | } |