diff options
Diffstat (limited to 'app/views/shared/log_event')
| -rw-r--r-- | app/views/shared/log_event/show.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/log_event/show.php b/app/views/shared/log_event/show.php index ea96f89..eec2164 100644 --- a/app/views/shared/log_event/show.php +++ b/app/views/shared/log_event/show.php @@ -32,7 +32,7 @@ use Studip\Button, Studip\LinkButton; </th> </tr> <? foreach ($log_events as $log_event): ?> - <tr class="<?= TextHelper::cycle('table_row_even', 'table_row_odd') ?>"> + <tr> <td style="font-size: smaller; white-space: nowrap;"> <?= date('d.m.Y H:i:s', $log_event['time']) ?> </td> |
