diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index 81216a14a55..d33ce735448 100644 --- a/apps/comments/css/comments.css +++ b/apps/comments/css/comments.css @@ -43,6 +43,10 @@ background-position: left; } +#commentsTabView .newCommentForm .cancel { + margin-right: 6px; +} + #commentsTabView .comment { position: relative; z-index: 1; diff --git a/apps/comments/js/commentstabview.js b/apps/comments/js/commentstabview.js index 971b83f143a..565f6a99296 100644 --- a/apps/comments/js/commentstabview.js +++ b/apps/comments/js/commentstabview.js @@ -35,7 +35,7 @@ ' ' + ' ' + '{{#if isEditMode}}' + - ' ' + + ' ' + '{{/if}}' + ' '+ ' ' +