Skip to content

Commit 8fdccb0

Browse files
Update templates/admin/perftrace.tmpl
Co-authored-by: silverwind <[email protected]>
1 parent 9a57ac7 commit 8fdccb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/perftrace.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{template "admin/trace_tabs" .}}
55

66
{{range $record := .PerfTraceRecords}}
7-
<div class="ui segment tw-w-full tw-overflow-scroll">
7+
<div class="ui segment tw-w-full tw-overflow-auto">
88
<pre class="tw-whitespace-pre">{{$record.Content}}</pre>
99
</div>
1010
{{end}}

0 commit comments

Comments
 (0)