summaryrefslogtreecommitdiffstats
path: root/templates/repo/issue/view_content.tmpl
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-11-05 20:34:04 +0100
committerGitHub <noreply@github.com>2020-11-05 21:34:04 +0200
commiteba0ac5bf669aa262ac8897f87bb04f04b20450a (patch)
tree77b330360055892f5952dfca3419584b8ff532f0 /templates/repo/issue/view_content.tmpl
parent5b636bdec7137d9be54e0d12fe3037f3172fdb29 (diff)
downloadgitea-eba0ac5bf669aa262ac8897f87bb04f04b20450a.tar.gz
gitea-eba0ac5bf669aa262ac8897f87bb04f04b20450a.zip
Rework focused comment styling (#13434)
Had to tweak a few borders to make it work properly in all cases, also added .comment-body class to specifically target that body.
Diffstat (limited to 'templates/repo/issue/view_content.tmpl')
-rw-r--r--templates/repo/issue/view_content.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content.tmpl b/templates/repo/issue/view_content.tmpl
index 611255518e..1dadd2ef96 100644
--- a/templates/repo/issue/view_content.tmpl
+++ b/templates/repo/issue/view_content.tmpl
@@ -56,7 +56,7 @@
{{end}}
</div>
</div>
- <div class="ui attached segment">
+ <div class="ui attached segment comment-body">
<div class="render-content markdown">
{{if .Issue.RenderedContent}}
{{.Issue.RenderedContent|Str2html}}