Parcourir la source

change to use class

akira-s il y a 6 ans
Parent
commit
19a8445684
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/client/js/components/PageComment/CommentEditor.jsx

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

@@ -309,7 +309,7 @@ class CommentEditor extends React.Component {
                     </span>
                   ) }
                 </label>
-                <span style={{ flex: 1 }} />
+                <span className="flex-grow-1" />
                 <span className="d-none d-sm-inline">{ this.state.errorMessage && errorMessage }</span>
                 { this.state.hasSlackConfig
                   && (