Prefer style="clear: both;" rather than Bootstrap's class="clearfix"
This commit is contained in:
parent
882699201d
commit
96d3406446
|
@ -64,7 +64,7 @@ class Zend_View_Helper_MonitoringCommands extends Zend_View_Helper_Abstract
|
||||||
|
|
||||||
$out .= '</div>';
|
$out .= '</div>';
|
||||||
|
|
||||||
$out .= '<div class="clearfix"></div>';
|
$out .= '<div style="clear: both;"></div>';
|
||||||
|
|
||||||
if ($type === Meta::TYPE_FULL) {
|
if ($type === Meta::TYPE_FULL) {
|
||||||
return '<div>'. $out. '</div>';
|
return '<div>'. $out. '</div>';
|
||||||
|
|
Loading…
Reference in New Issue