|
@@ -165,7 +165,7 @@ class PageComments extends React.Component {
|
|
|
</div>
|
|
</div>
|
|
|
)}
|
|
)}
|
|
|
{ showEditor && isLoggedIn && (
|
|
{ showEditor && isLoggedIn && (
|
|
|
- <div className="page-comment-reply-form mr-3">
|
|
|
|
|
|
|
+ <div className="page-comment-reply-form ml-4 ml-sm-5 mr-3">
|
|
|
<CommentEditor
|
|
<CommentEditor
|
|
|
growiRenderer={this.growiRenderer}
|
|
growiRenderer={this.growiRenderer}
|
|
|
replyTo={commentId}
|
|
replyTo={commentId}
|