mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 04:41:16 -05:00
Fix line breaks not rendering
This commit is contained in:
@@ -73,6 +73,10 @@ const StyledMarkdown = styled.div`
|
|||||||
padding-left: 2.5em;
|
padding-left: 2.5em;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
white-space: pre-wrap;
|
||||||
|
}
|
||||||
`
|
`
|
||||||
|
|
||||||
const StyledPre = styled.pre<{ theme: any }>`
|
const StyledPre = styled.pre<{ theme: any }>`
|
||||||
|
|||||||
Reference in New Issue
Block a user