Fix issue where long mod actions break the rest of the table
This commit is contained in:
parent
8fa7e52254
commit
3a1fb4dfbb
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user