Browse Source

Smaller style change to pre-wrap in the sidebar

Matt Rubens 1 year ago
parent
commit
496de0d8cb

+ 5 - 0
.changeset/eight-items-unite.md

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

+ 1 - 0
webview-ui/src/components/common/MarkdownBlock.tsx

@@ -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 {