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 9a57ac7 commit 8fdccb0Copy full SHA for 8fdccb0
templates/admin/perftrace.tmpl
@@ -4,7 +4,7 @@
4
{{template "admin/trace_tabs" .}}
5
6
{{range $record := .PerfTraceRecords}}
7
- <div class="ui segment tw-w-full tw-overflow-scroll">
+ <div class="ui segment tw-w-full tw-overflow-auto">
8
<pre class="tw-whitespace-pre">{{$record.Content}}</pre>
9
</div>
10
{{end}}
0 commit comments