Explorar el Código

roll back to before class name

takahiros hace 6 años
padre
commit
0c0aaab4b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/client/js/components/PageEditor/TextAreaEditor.jsx

+ 1 - 1
src/client/js/components/PageEditor/TextAreaEditor.jsx

@@ -244,7 +244,7 @@ export default class TextAreaEditor extends AbstractEditor {
       <React.Fragment>
         <input
           componentClass="textarea"
-          className="form-control"
+          className="textarea-editor"
           inputRef={(ref) => { this.textarea = ref }}
           defaultValue={this.state.value}
           onChange={(e) => {