#12099 Fix filter position

This commit is contained in:
miguel angel rasteu 2023-09-22 13:05:29 +02:00
parent d7f774bf57
commit f2bda1e58d
1 changed files with 1 additions and 2 deletions

View File

@ -284,8 +284,7 @@ ui_print_standard_header(
// ------------------------ INIT FORM -----------------------------------
$table2 = new stdClass();
$table2->id = 'controls_table';
// $table2->size[2] = '20%';
// $table2->style[3] = 'position:absolute; left: auto';
$table2->style[3] = 'position:absolute !important; right: 1em !important;';
$table2->styleTable = 'border:none';
if (defined('METACONSOLE')) {