diff --git a/pandora_console/include/functions_reporting_html.php b/pandora_console/include/functions_reporting_html.php
index 4869343a84..fc44b65910 100644
--- a/pandora_console/include/functions_reporting_html.php
+++ b/pandora_console/include/functions_reporting_html.php
@@ -3690,7 +3690,7 @@ function reporting_html_group_report($table, $item, $pdf=0)
if ((int) $ttl === 2) {
$out .= '
';
+ $out .= '
';
}
$out .= pie_graph($data, $options);
@@ -3732,7 +3732,7 @@ function reporting_html_group_report($table, $item, $pdf=0)
if ((int) $ttl === 2) {
$out .= '

';
+ $out .= '
';
}
$out .= pie_graph($data, $options);
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index 3319dc0f80..759028efc0 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -12818,7 +12818,7 @@ tr[id^="network_component-plugin-snmp-fields-dynamicMacroRow-"] input {
}
.group_view_table > tbody > tr > td {
- width: 350px !important;
+ width: 50% !important;
}
form.cfv_status_agent {