mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
#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,
|
true,
|
||||||
'',
|
'',
|
||||||
false,
|
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,
|
true,
|
||||||
'',
|
'',
|
||||||
false,
|
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,
|
true,
|
||||||
'',
|
'',
|
||||||
false,
|
false,
|
||||||
'overflow-x: auto;overflow-y: hidden;white-space: nowrap;'
|
'overflow-x: auto;overflow-y: hidden;white-space: nowrap;max-width: 1136px;'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user