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 91699a9 commit e55b8dfCopy full SHA for e55b8df
templates/repo/wiki/view.tmpl
@@ -66,12 +66,12 @@
66
67
<div class="wiki-content-parts">
68
{{if .sidebarTocContent}}
69
- <div class="markup wiki-content-sidebar wiki-content-toc">
+ <div class="markup wiki-content-sidebar wiki-content-toc tw-rounded">
70
{{.sidebarTocContent | SafeHTML}}
71
</div>
72
{{end}}
73
74
- <div class="markup wiki-content-main {{if or .sidebarTocContent .sidebarPresent}}with-sidebar{{end}}">
+ <div class="markup wiki-content-main tw-rounded {{if or .sidebarTocContent .sidebarPresent}}with-sidebar{{end}}">
75
{{template "repo/unicode_escape_prompt" dict "EscapeStatus" .EscapeStatus "root" $}}
76
{{.content | SafeHTML}}
77
0 commit comments