Fixed visual bug

This commit is contained in:
manuel.montes 2020-09-09 17:16:25 +02:00
parent cbed2ef758
commit eaa4924a0f

View File

@ -996,7 +996,7 @@ $row++;
$table_report->width = '100%'; $table_report->width = '100%';
$table_report->class = 'databox filters'; $table_report->class = 'databox filters';
$table_report->style[0] = 'font-weight: bold;'; $table_report->style[0] = 'font-weight: bold;';
$table_report->size[0] = '50%'; $table_report->size[0] = '20%';
$table_report->data = []; $table_report->data = [];
@ -1097,7 +1097,7 @@ $row++;
5, 5,
15, 15,
io_safe_output($config['custom_report_front_header']), io_safe_output($config['custom_report_front_header']),
'style="width: 38em;"', 'style="width: 90%; height: 300px !important;"',
true true
); );
@ -1120,7 +1120,7 @@ $row++;
15, 15,
15, 15,
$custom_report_front_firstpage, $custom_report_front_firstpage,
'style="width: 38em; height: 20em;"', 'style="width: 90%; height: 300px !important;"',
true true
); );
@ -1133,7 +1133,7 @@ $row++;
5, 5,
15, 15,
io_safe_output($config['custom_report_front_footer']), io_safe_output($config['custom_report_front_footer']),
'style="width: 38em;"', 'style="width: 90%; height: 300px !important;"',
true true
); );