From bd6540da876fc837cd99fe9d2a3e419496bf33cb Mon Sep 17 00:00:00 2001 From: alejandro-campos Date: Tue, 25 Feb 2020 11:09:11 +0100 Subject: [PATCH] fixed visual bug in table --- pandora_console/include/functions_cron.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/functions_cron.php b/pandora_console/include/functions_cron.php index 5789764a3a..b879259c45 100644 --- a/pandora_console/include/functions_cron.php +++ b/pandora_console/include/functions_cron.php @@ -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) {