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 7cd89ed commit abb1178Copy full SHA for abb1178
webview-ui/src/components/chat/ChatRow.tsx
@@ -904,9 +904,9 @@ export const ChatRowContent = ({
904
)
905
case "user_feedback":
906
return (
907
- <div className="bg-vscode-editor-background border rounded-xs p-1 overflow-hidden whitespace-pre-wrap word-break-break-word overflow-wrap-anywhere">
908
- <div className="flex justify-between gap-2">
909
- <div className="flex-grow px-2 py-1">
+ <div className="bg-vscode-editor-background border rounded-xs p-1 overflow-hidden whitespace-pre-wrap">
+ <div className="flex justify-between">
+ <div className="flex-grow px-2 py-1 w-fit wrap-anywhere">
910
<Mention text={message.text} withShadow />
911
</div>
912
<Button
0 commit comments