Prefer style="clear: both;" rather than Bootstrap's class="clearfix"

This commit is contained in:
Alexander Klimov 2014-07-17 17:46:28 +02:00
parent 882699201d
commit 96d3406446
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ class Zend_View_Helper_MonitoringCommands extends Zend_View_Helper_Abstract
$out .= '</div>';
$out .= '<div class="clearfix"></div>';
$out .= '<div style="clear: both;"></div>';
if ($type === Meta::TYPE_FULL) {
return '<div>'. $out. '</div>';