+
+
{{if gt .Poster.ID 0}}
{{ctx.AvatarUtils.Avatar .Poster 24}}
@@ -644,7 +644,7 @@
{{ctx.Locale.Tr "action.review_dismissed_reason"}}
-
+
{{if .RenderedContent}}
{{.RenderedContent}}
diff --git a/templates/repo/issue/view_content/conversation.tmpl b/templates/repo/issue/view_content/conversation.tmpl
index 14803298b8..e30784929f 100644
--- a/templates/repo/issue/view_content/conversation.tmpl
+++ b/templates/repo/issue/view_content/conversation.tmpl
@@ -57,7 +57,7 @@
{{$createdSubStr:= DateUtils.TimeSince .CreatedUnix}}
-
+
{{if not .OriginalAuthor}}
diff --git a/web_src/css/repo.css b/web_src/css/repo.css
index e86f81f13c..c40b175638 100644
--- a/web_src/css/repo.css
+++ b/web_src/css/repo.css
@@ -1480,16 +1480,12 @@ td .commit-summary {
}
.comment-header {
- border: none !important;
background: var(--color-box-header);
- border-bottom: 1px solid var(--color-secondary) !important;
- font-weight: var(--font-weight-normal) !important;
- padding: 0.5rem 1rem;
- margin: 0 !important;
+ border-bottom: 1px solid var(--color-secondary);
+ padding: 0 1rem;
position: relative;
color: var(--color-text);
min-height: 41px;
- background-color: var(--color-box-header);
display: flex;
justify-content: space-between;
align-items: center;