mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fixes
This commit is contained in:
parent
472fb1d234
commit
c920f4e2ed
1 changed files with 4 additions and 0 deletions
|
|
@ -279,6 +279,10 @@ const StyledMarkdown = styled.div`
|
|||
p {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
`
|
||||
|
||||
export const ModelDescriptionMarkdown = memo(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue