Przeglądaj źródła

some css formatting

shinoka7 6 lat temu
rodzic
commit
0f9a3762c0

+ 1 - 1
src/client/js/components/PageComment/CommentEditor.jsx

@@ -225,7 +225,7 @@ class CommentEditor extends React.Component {
     );
     );
 
 
     return (
     return (
-      <div>
+      <div form className="form page-comment-form">
 
 
         { username
         { username
           && (
           && (

+ 1 - 1
src/client/js/components/PageComment/CommentEditorLazyRenderer.jsx

@@ -49,7 +49,7 @@ export default class CommentEditorLazyRenderer extends React.Component {
             replyTo={undefined}
             replyTo={undefined}
           >
           >
           </CommentEditor>
           </CommentEditor>
-)
+          )
         }
         }
       </React.Fragment>
       </React.Fragment>
     );
     );