mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix line breaks not rendering
This commit is contained in:
parent
0dc0d95b63
commit
bb18993845
1 changed files with 4 additions and 0 deletions
|
|
@ -73,6 +73,10 @@ const StyledMarkdown = styled.div`
|
|||
padding-left: 2.5em;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
p {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
`
|
||||
|
||||
const StyledPre = styled.pre<{ theme: any }>`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue