diff options
Diffstat (limited to 'modules/gallery')
-rw-r--r-- | modules/gallery/views/admin_maintenance_show_log.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_maintenance_show_log.html.php b/modules/gallery/views/admin_maintenance_show_log.html.php index e6ed97b3..ff7ac50e 100644 --- a/modules/gallery/views/admin_maintenance_show_log.html.php +++ b/modules/gallery/views/admin_maintenance_show_log.html.php @@ -11,7 +11,7 @@ appendTo('body').submit().remove(); </script> <div id="g-task-log-dialog"> <h1> <?= $task->name ?> </h1> - <div class="g-task-log"> + <div class="g-task-log g-txt-small"> <pre><?= html::purify($task->get_log()) ?></pre> </div> <button id="g-close" class="ui-state-default ui-corner-all" onclick="dismiss()"><?= t("Close") ?></button> |