overflow fix

This commit is contained in:
Jonathan 2023-07-12 12:05:17 +02:00
parent eada8e0652
commit d5335da885
1 changed files with 1 additions and 1 deletions
pandora_console/godmode/massive

View File

@ -207,7 +207,7 @@ $table->data[0][0] = html_print_label_input_block(
true,
'',
false,
'overflow-x: auto;overflow-y: hidden;white-space: nowrap;max-width: 1136px;'
'overflow-x: hidden;white-space: nowrap;max-width: 1136px;'
)
);