mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fix visual issue
This commit is contained in:
parent
2fdd34265f
commit
8baf5df61a
@ -407,7 +407,7 @@ class DiscoveryTaskList extends HTML
|
|||||||
// Status.
|
// Status.
|
||||||
$table->headstyle[5] .= 'min-width: 50px; width: 100px;';
|
$table->headstyle[5] .= 'min-width: 50px; width: 100px;';
|
||||||
// Task type.
|
// Task type.
|
||||||
$table->headstyle[6] .= 'min-width: 150px; width: 150px;';
|
$table->headstyle[6] .= 'min-width: 200px; width: 200px;';
|
||||||
// Progress.
|
// Progress.
|
||||||
$table->headstyle[7] .= 'min-width: 50px; width: 150px;';
|
$table->headstyle[7] .= 'min-width: 50px; width: 150px;';
|
||||||
// Updated at.
|
// Updated at.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user