### 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)
This commit is contained in:
parent
66c54e75f3
commit
7edb4ad7dc
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
.text {
|
||||
white-space: pre-wrap; // https://stackoverflow.com/questions/60332183/new-line-with-react-markdown
|
||||
.chunkText;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue