mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Smaller style change to pre-wrap in the sidebar
This commit is contained in:
5
.changeset/eight-items-unite.md
Normal file
5
.changeset/eight-items-unite.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"roo-cline": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
More targeted styling fix for gemini chats
|
||||||
@@ -59,6 +59,7 @@ const StyledMarkdown = styled.div`
|
|||||||
max-width: calc(100vw - 20px);
|
max-width: calc(100vw - 20px);
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre > code {
|
pre > code {
|
||||||
|
|||||||
Reference in New Issue
Block a user