#11687 Scroll on tags bulk modules
This commit is contained in:
parent
4ace3b205a
commit
35274249e4
|
@ -204,7 +204,10 @@ $table->data[0][0] = html_print_label_input_block(
|
||||||
-1,
|
-1,
|
||||||
true,
|
true,
|
||||||
true,
|
true,
|
||||||
true
|
true,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
'overflow-x: auto;overflow-y: hidden;white-space: nowrap;'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -416,7 +416,10 @@ $table->data[3][0] = html_print_label_input_block(
|
||||||
-1,
|
-1,
|
||||||
true,
|
true,
|
||||||
true,
|
true,
|
||||||
true
|
true,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
'overflow-x: auto;overflow-y: hidden;white-space: nowrap;'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -531,7 +534,10 @@ $table->data[7][0] = html_print_label_input_block(
|
||||||
-1,
|
-1,
|
||||||
true,
|
true,
|
||||||
true,
|
true,
|
||||||
true
|
true,
|
||||||
|
'',
|
||||||
|
false,
|
||||||
|
'overflow-x: auto;overflow-y: hidden;white-space: nowrap;'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue