Skip to content

Commit de22566

Browse files
authored
Fix: word wrapping in Roo message title (#2948)
1 parent e3d55a3 commit de22566

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

webview-ui/src/components/chat/BrowserSessionRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ const BrowserSessionRowContent = ({
429429
alignItems: "center",
430430
gap: "10px",
431431
marginBottom: "10px",
432+
wordBreak: "break-word",
432433
}
433434

434435
switch (message.type) {

webview-ui/src/components/chat/ChatRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ export const ChatRowContent = ({
242242
alignItems: "center",
243243
gap: "10px",
244244
marginBottom: "10px",
245+
wordBreak: "break-word",
245246
}
246247

247248
const pStyle: React.CSSProperties = {

0 commit comments

Comments
 (0)