#12862 Fixed css table
This commit is contained in:
parent
8422aba9d7
commit
fdb8d68336
|
@ -1425,7 +1425,7 @@ class DiscoveryTaskList extends HTML
|
|||
$table = new StdClasS();
|
||||
$table->class = 'databox data';
|
||||
$table->width = '75%';
|
||||
$table->styleTable = 'margin: 2em auto 0;border: 1px solid #ddd;background: white;';
|
||||
$table->styleTable = 'margin: 2em auto 0;border: 1px solid #ddd;background: white; overflow-wrap: anywhere';
|
||||
$table->rowid = [];
|
||||
$table->data = [];
|
||||
|
||||
|
@ -1433,7 +1433,7 @@ class DiscoveryTaskList extends HTML
|
|||
$tableErrors = new StdClasS();
|
||||
$tableErrors->class = 'databox data';
|
||||
$tableErrors->width = '75%';
|
||||
$tableErrors->styleTable = 'margin: 2em auto 0;border: 1px solid #ddd;background: white;';
|
||||
$tableErrors->styleTable = 'margin: 2em auto 0;border: 1px solid #ddd;background: white; overflow-wrap: anywhere';
|
||||
$tableErrors->rowid = [];
|
||||
$tableErrors->data = [];
|
||||
|
||||
|
|
Loading…
Reference in New Issue