fixed visual bug in table

This commit is contained in:
alejandro-campos 2020-02-25 11:09:11 +01:00
parent 92e1492f2b
commit bd6540da87
1 changed files with 1 additions and 0 deletions

View File

@ -458,6 +458,7 @@ function cron_list_table()
$table->head[5] = __('Last run');
$table->head[6] = __('Group');
$table->head[7] = __('Actions');
$table->cellstyle[0][2] = 'word-break: break-word;';
$table->align[7] = 'left';
foreach ($defined_tasks as $task) {