#11687 max width tags

This commit is contained in:
Jonathan 2023-07-06 12:05:01 +02:00
parent 35274249e4
commit 3c9a31be1c
2 changed files with 3 additions and 3 deletions

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;'
'overflow-x: auto;overflow-y: hidden;white-space: nowrap;max-width: 1136px;'
)
);

View File

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