소스 검색

delete class comment-form-editor

yusuketk 8 년 전
부모
커밋
ca030bcce4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resource/js/components/PageComment/CommentForm.js

+ 1 - 1
resource/js/components/PageComment/CommentForm.js

@@ -29,7 +29,7 @@ export default class CommentForm extends React.Component {
         <div className="comment-form-user">
         </div>
         <div className="comment-form-main">
-          <div className="comment-write comment-form-editor">
+          <div className="comment-write">
             <textarea className="comment-form-comment form-control" id="comment-form-comment" name="commentForm[comment]" required placeholder="Write comments here..." >
             </textarea>
             <div className="form-check">