minor style fix
This commit is contained in:
parent
36daf76cc5
commit
edb3059a09
|
@ -403,7 +403,7 @@ class DiscoveryTaskList extends HTML
|
|||
}
|
||||
|
||||
// Name.
|
||||
$table->headstyle[4] .= 'min-width: 100px; width: 100px;';
|
||||
$table->headstyle[4] .= 'min-width: 100px; width: 600px;';
|
||||
// Status.
|
||||
$table->headstyle[5] .= 'min-width: 50px; width: 100px;';
|
||||
// Task type.
|
||||
|
|
Loading…
Reference in New Issue