diff --git a/rhodecode/public/css/comments.less b/rhodecode/public/css/comments.less index 64ba1593..fd2beee1 100644 --- a/rhodecode/public/css/comments.less +++ b/rhodecode/public/css/comments.less @@ -425,7 +425,7 @@ form.comment-form { } .comment-footer { - margin-bottom: 110px; + margin-bottom: 50px; margin-top: 10px; } } diff --git a/rhodecode/templates/pullrequests/pullrequest_show.mako b/rhodecode/templates/pullrequests/pullrequest_show.mako index 140dfdd8..f8cf2aa8 100644 --- a/rhodecode/templates/pullrequests/pullrequest_show.mako +++ b/rhodecode/templates/pullrequests/pullrequest_show.mako @@ -563,16 +563,17 @@ ${comment.generate_comments(c.comments, include_pull_request=True, is_pull_request=True)} % if not c.pull_request.is_closed(): - ## merge status, and merge action -