Skip to content

Commit 4c9d0f4

Browse files
committed
white-space: pre-wrap
#23 resolved
1 parent db0fc98 commit 4c9d0f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/log.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<br />{{{$log['in_file']}}}
8080
@endif
8181
@if ($log['stack'])
82-
<div class="stack" id="stack{{{$key}}}" style="display: none; white-space: pre;">{{ trim($log['stack']) }}</div>
82+
<div class="stack" id="stack{{{$key}}}" style="display: none; white-space: pre-wrap;">{{ trim($log['stack']) }}</div>
8383
@endif
8484
</td>
8585
</tr>

0 commit comments

Comments
 (0)