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.
1 parent e3d55a3 commit de22566Copy full SHA for de22566
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