mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Fix paragraph word wrap
This commit is contained in:
@@ -175,6 +175,7 @@ const ChatRow: React.FC<ChatRowProps> = ({
|
||||
const pStyle: React.CSSProperties = {
|
||||
margin: 0,
|
||||
whiteSpace: "pre-line",
|
||||
wordBreak: "break-word",
|
||||
}
|
||||
|
||||
switch (message.type) {
|
||||
|
||||
Reference in New Issue
Block a user