Fix visual issue

This commit is contained in:
Jose Gonzalez 2020-11-13 14:09:22 +01:00
parent 2fdd34265f
commit 8baf5df61a

View File

@ -407,7 +407,7 @@ class DiscoveryTaskList extends HTML
// Status.
$table->headstyle[5] .= 'min-width: 50px; width: 100px;';
// Task type.
$table->headstyle[6] .= 'min-width: 150px; width: 150px;';
$table->headstyle[6] .= 'min-width: 200px; width: 200px;';
// Progress.
$table->headstyle[7] .= 'min-width: 50px; width: 150px;';
// Updated at.