diff --git a/pandora_console/godmode/reporting/graph_builder.graph_editor.php b/pandora_console/godmode/reporting/graph_builder.graph_editor.php index 05e9d549a6..bae0f0d504 100644 --- a/pandora_console/godmode/reporting/graph_builder.graph_editor.php +++ b/pandora_console/godmode/reporting/graph_builder.graph_editor.php @@ -235,7 +235,7 @@ if ($count_module_array > 0) { echo ''; echo ""; - html_print_input_text('label', $label_array[$a], '', 20, 30, false, false); + html_print_input_text('label', $label_array[$a], '', 30, 80, false, false); html_print_submit_button('Ok', 'btn', false, '', false); echo '';