mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
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…
x
Reference in New Issue
Block a user