Fix issue where long mod actions break the rest of the table

This commit is contained in:
Alex Thomassen 2023-11-26 02:12:20 +00:00
parent 8fa7e52254
commit 3a1fb4dfbb
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE

View File

@ -25,7 +25,7 @@
@foreach ($actions as $action)
<tr>
<td class="border px-4 py-2" title="{{ $action->timestamp }}">{{ $action->timestamp }}</td>
<td class="border px-4 py-2">
<td class="border px-4 py-2 break-all">
<code>{{ $action->formatted() }}</code>
</td>
<td class="border px-4 py-2">{{ $action->user->login }}</td>