From eaa4924a0f9c232ef382df6ff376e5126723f80e Mon Sep 17 00:00:00 2001 From: "manuel.montes" Date: Wed, 9 Sep 2020 17:16:25 +0200 Subject: [PATCH] Fixed visual bug --- pandora_console/godmode/setup/setup_visuals.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pandora_console/godmode/setup/setup_visuals.php b/pandora_console/godmode/setup/setup_visuals.php index 227de5d50a..0cf731a528 100755 --- a/pandora_console/godmode/setup/setup_visuals.php +++ b/pandora_console/godmode/setup/setup_visuals.php @@ -996,7 +996,7 @@ $row++; $table_report->width = '100%'; $table_report->class = 'databox filters'; $table_report->style[0] = 'font-weight: bold;'; - $table_report->size[0] = '50%'; + $table_report->size[0] = '20%'; $table_report->data = []; @@ -1097,7 +1097,7 @@ $row++; 5, 15, io_safe_output($config['custom_report_front_header']), - 'style="width: 38em;"', + 'style="width: 90%; height: 300px !important;"', true ); @@ -1120,7 +1120,7 @@ $row++; 15, 15, $custom_report_front_firstpage, - 'style="width: 38em; height: 20em;"', + 'style="width: 90%; height: 300px !important;"', true ); @@ -1133,7 +1133,7 @@ $row++; 5, 15, io_safe_output($config['custom_report_front_footer']), - 'style="width: 38em;"', + 'style="width: 90%; height: 300px !important;"', true );