We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c38ac commit 4c8175cCopy full SHA for 4c8175c
resources/views/logs.blade.php
@@ -115,8 +115,8 @@ function fetch() {
115
<tr>
116
<td><span class="label bg-{{\Encore\Admin\LogViewer\LogViewer::$levelColors[$log['level']]}}">{{ $log['level'] }}</span></td>
117
<td><strong>{{ $log['env'] }}</strong></td>
118
- <td style="width:150px;">{{ $log['time'] }}</td>
119
- <td><code>{{ $log['info'] }}</code></td>
+ <td style="width:150px;">{{ $log['time'] }}</td>
+ <td><code style="word-break: break-all;">{{ $log['info'] }}</code></td>
120
<td>
121
@if(!empty($log['trace']))
122
<a class="btn btn-primary btn-xs" data-toggle="collapse" data-target=".trace-{{$index}}"><i class="fa fa-info"></i> Exception</a>
0 commit comments