Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

122
Views
el texto enriquecido en el editor de texto de react js está desbordado

Estoy tratando de agregar el Editor de "react-draft-wysiwyg", pero los textos se desbordan cuando escribo algo. ¿Como puedó resolver esté problema?

Aquí está la imagen del problema:

ingrese la descripción de la imagen aquí

Y aquí están mis códigos:

 import React, {Component } from "react"; import { Editor } from "react-draft-wysiwyg"; import "react-draft-wysiwyg/dist/react-draft-wysiwyg.css"; import { EditorState } from "draft-js"; class CreatePostPage extends Component { constructor(props) { super(props); this.state... onEditorStateChange... render() { const { editorState } = this.state; return ( <div className="rounded" style={{ marginTop: 100, marginLeft: 50, marginRight: 50, //marginBottom:200, backgroundColor: "white", height: "35rem", }} > <Editor editorState={editorState} toolbarClassName="toolbarClassName" wrapperClassName="wrapperClassName" editorClassName="editorClassName" onEditorStateChange={this.onEditorStateChange} /> </div> ); } } export default CreatePostPage;
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!