From 50fd6489bf163eac53d816c7c324fab982f3af20 Mon Sep 17 00:00:00 2001 From: Yannis Barlas <yannisbarlas@gmail.com> Date: Sat, 10 Dec 2016 15:06:36 +0000 Subject: [PATCH] style fix -- CommentBox.js edited online with Bitbucket --- app/components/SimpleEditor/panes/Comments/CommentBox.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/components/SimpleEditor/panes/Comments/CommentBox.js b/app/components/SimpleEditor/panes/Comments/CommentBox.js index 80b7c62..e9afc30 100644 --- a/app/components/SimpleEditor/panes/Comments/CommentBox.js +++ b/app/components/SimpleEditor/panes/Comments/CommentBox.js @@ -69,7 +69,8 @@ class CommentBox extends Component { .ref('commentReplyButton') .on('click', this.reply) - const inputBox = $$('div').addClass('sc-new-comment') + const inputBox = $$('div') + .addClass('sc-new-comment') .append(textarea, reply, resolve) box -- GitLab