Skip to content

Commit 4c8175c

Browse files
committed
fix style
1 parent 89c38ac commit 4c8175c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/logs.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ function fetch() {
115115
<tr>
116116
<td><span class="label bg-{{\Encore\Admin\LogViewer\LogViewer::$levelColors[$log['level']]}}">{{ $log['level'] }}</span></td>
117117
<td><strong>{{ $log['env'] }}</strong></td>
118-
<td style="width:150px;">{{ $log['time'] }}</td>
119-
<td><code>{{ $log['info'] }}</code></td>
118+
<td style="width:150px;">{{ $log['time'] }}</td>
119+
<td><code style="word-break: break-all;">{{ $log['info'] }}</code></td>
120120
<td>
121121
@if(!empty($log['trace']))
122122
<a class="btn btn-primary btn-xs" data-toggle="collapse" data-target=".trace-{{$index}}"><i class="fa fa-info"></i>&nbsp;&nbsp;Exception</a>

0 commit comments

Comments
 (0)