mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix: word wrapping in Roo message title (#2948)
This commit is contained in:
parent
e3d55a36ac
commit
de22566ea2
2 changed files with 2 additions and 0 deletions
|
|
@ -429,6 +429,7 @@ const BrowserSessionRowContent = ({
|
|||
alignItems: "center",
|
||||
gap: "10px",
|
||||
marginBottom: "10px",
|
||||
wordBreak: "break-word",
|
||||
}
|
||||
|
||||
switch (message.type) {
|
||||
|
|
|
|||
|
|
@ -242,6 +242,7 @@ export const ChatRowContent = ({
|
|||
alignItems: "center",
|
||||
gap: "10px",
|
||||
marginBottom: "10px",
|
||||
wordBreak: "break-word",
|
||||
}
|
||||
|
||||
const pStyle: React.CSSProperties = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue