Fix: word wrapping in Roo message title (#2948)

This commit is contained in:
Tony Zhang 2025-04-26 08:13:13 +08:00 committed by GitHub
parent e3d55a36ac
commit de22566ea2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -429,6 +429,7 @@ const BrowserSessionRowContent = ({
alignItems: "center",
gap: "10px",
marginBottom: "10px",
wordBreak: "break-word",
}
switch (message.type) {

View file

@ -242,6 +242,7 @@ export const ChatRowContent = ({
alignItems: "center",
gap: "10px",
marginBottom: "10px",
wordBreak: "break-word",
}
const pStyle: React.CSSProperties = {