diff --git a/pandora_console/godmode/agentes/status_monitor_custom_fields.php b/pandora_console/godmode/agentes/status_monitor_custom_fields.php index 2dfb79185d..92ea632b5a 100644 --- a/pandora_console/godmode/agentes/status_monitor_custom_fields.php +++ b/pandora_console/godmode/agentes/status_monitor_custom_fields.php @@ -186,7 +186,7 @@ $generalTitleContent[] = html_print_div([ 'class' => 'section_table_title', 'con $titledata[0] = html_print_div(['class' => 'flex-row-center', 'content' => implode('', $generalTitleContent) ], true); $table->data['general_title'] = $titledata; $table->data[0][0] = ''.__('Fields available').''; -$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px'); +$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px; height: auto'); $table->data[1][1] = ''.html_print_image( 'images/darrowright.png', true, @@ -220,7 +220,7 @@ $table->data[1][2] = html_print_select( false, '', false, - 'width: 300px' + 'width: 300px; height: auto' ); echo ''; diff --git a/pandora_console/godmode/events/custom_events.php b/pandora_console/godmode/events/custom_events.php index ea44daac5e..e714250970 100644 --- a/pandora_console/godmode/events/custom_events.php +++ b/pandora_console/godmode/events/custom_events.php @@ -125,7 +125,7 @@ foreach ($fields_available as $key => $available) { } $table->data[0][0] = ''.__('Fields available').''; -$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px'); +$table->data[1][0] = html_print_select($fields_available, 'fields_available[]', true, '', '', 0, true, true, false, '', false, 'width: 300px; height: auto'); $table->data[1][1] = ''.html_print_image( 'images/arrow@svg.svg', true, @@ -160,7 +160,7 @@ $table->data[1][2] = ''.html_print_select( false, '', false, - 'width: 300px' + 'width: 300px; height: auto' ); $table->data[1][2] .= '';