diff --git a/modules/monitoring/application/views/helpers/Perfdata.php b/modules/monitoring/application/views/helpers/Perfdata.php index 2f3c70d1b..a9ede94fd 100644 --- a/modules/monitoring/application/views/helpers/Perfdata.php +++ b/modules/monitoring/application/views/helpers/Perfdata.php @@ -29,7 +29,7 @@ class Zend_View_Helper_Perfdata extends Zend_View_Helper_Abstract if (! $perfdata->isPercentage()) { $pieChart->setTooltipFormat('{{label}}: {{formatted}} ({{percent}}%)'); } - $pieChart->setStyle('float: left; margin: 0.2em 0.5em 0.2em 0.5em;'); + $pieChart->setStyle('margin: 0.2em 0.5em 0.2em 0.5em;'); $table[] = '' . $pieChart->render() . htmlspecialchars($label) . ' ' diff --git a/public/css/icinga/main-content.less b/public/css/icinga/main-content.less index 65e8c5910..0e6891a4f 100644 --- a/public/css/icinga/main-content.less +++ b/public/css/icinga/main-content.less @@ -144,12 +144,15 @@ table.perfdata { } table.perfdata th { - white-space: nowrap; padding: 0; text-align: left; padding-right: 0.5em; } +table.perfdata td { + white-space: nowrap; +} + table.objectlist { min-width: 28em; th {