I had the same problem, I solved it using following css:.
className {
white-space: pre-wrap;
word-break: break-word;
}
0 Comments