#11687 max width tags
This commit is contained in:
parent
35274249e4
commit
3c9a31be1c
|
@ -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;'
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
@ -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;'
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue