Smaller style change to pre-wrap in the sidebar

This commit is contained in:
Matt Rubens
2024-12-17 22:52:18 -05:00
parent e2ebeaa603
commit 496de0d8cb
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"roo-cline": patch
---
More targeted styling fix for gemini chats

View File

@@ -59,6 +59,7 @@ const StyledMarkdown = styled.div`
max-width: calc(100vw - 20px);
overflow-x: auto;
overflow-y: hidden;
white-space: pre-wrap;
}
pre > code {