Skip to content

Commit 44aec40

Browse files
committed
move scrollbar to parent
1 parent 8e5a0ff commit 44aec40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/admin/perftrace.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
{{template "admin/trace_tabs" .}}
55

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

0 commit comments

Comments
 (0)