### What problem does this PR solve? fix: Make markdown support line breaks #2315 ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
4 lines
126 B
Text
4 lines
126 B
Text
.text {
|
|
white-space: pre-wrap; // https://stackoverflow.com/questions/60332183/new-line-with-react-markdown
|
|
.chunkText;
|
|
}
|