.message-body { word-wrap: break-word; /* Break long words */ max-width: 80ch; /* Set the maximum width to 80 characters */ }
I had a similar problem but "max-width" (setting ch limit) and "word-wrap" did help for what I was needing