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