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 db0fc98 commit 4c9d0f4Copy full SHA for 4c9d0f4
src/views/log.blade.php
@@ -79,7 +79,7 @@
79
<br />{{{$log['in_file']}}}
80
@endif
81
@if ($log['stack'])
82
- <div class="stack" id="stack{{{$key}}}" style="display: none; white-space: pre;">{{ trim($log['stack']) }}</div>
+ <div class="stack" id="stack{{{$key}}}" style="display: none; white-space: pre-wrap;">{{ trim($log['stack']) }}</div>
83
84
</td>
85
</tr>
0 commit comments