We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a65354 + de22566 commit 93263bcCopy full SHA for 93263bc
webview-ui/src/components/chat/BrowserSessionRow.tsx
@@ -429,6 +429,7 @@ const BrowserSessionRowContent = ({
429
alignItems: "center",
430
gap: "10px",
431
marginBottom: "10px",
432
+ wordBreak: "break-word",
433
}
434
435
switch (message.type) {
webview-ui/src/components/chat/ChatRow.tsx
@@ -242,6 +242,7 @@ export const ChatRowContent = ({
242
243
244
245
246
247
248
const pStyle: React.CSSProperties = {
0 commit comments