diff --git a/src/main/twirl/gitbucket/core/helper/commitcomment.scala.html b/src/main/twirl/gitbucket/core/helper/commitcomment.scala.html index bc5c531..c70822b 100644 --- a/src/main/twirl/gitbucket/core/helper/commitcomment.scala.html +++ b/src/main/twirl/gitbucket/core/helper/commitcomment.scala.html @@ -32,7 +32,7 @@ } -
+
@markdown(comment.content, repository, false, true, true, hasWritePermission)
diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index 1ff4092..40337b5 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -1530,7 +1530,7 @@ div.markdown-body p { margin: 15px 0; - line-height: 1.7; + line-height: 1.5; } div.markdown-body pre {