Merge branch '114-selector-multiple-muy-pequeno-en-graficas-de-agente' into 'develop'

Make combobox of custom graph editor in agent view width adaptable - #114

See merge request !348
This commit is contained in:
vgilc 2017-04-25 16:26:45 +02:00
commit 4040f024fa

View File

@ -123,7 +123,7 @@ $table->rowspan[0][1] = 7;
$table->data[0][0] = __('Modules');
$table->data[0][1] = html_print_select($list_modules, 'modules[]',
$modules, '', '', 0, true, true,
true, '', false, "width: 100%; height: 200px;");
true, '', false, "min-width:200px;max-width:460px;height: 200px;");
$table->rowspan[2][0] = 7;
$table->data[2][0] = "";