Merge branch 'ent-12862-scroll-indeseado-en-vista-resumen-discovery' into 'develop'

Ent 12862 scroll indeseado en vista resumen discovery

See merge request artica/pandorafms!6933
This commit is contained in:
Matias Didier 2024-02-13 15:44:00 +00:00
commit 1eea5095aa
1 changed files with 2 additions and 2 deletions

View File

@ -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 = [];