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 abb1178 commit 1368bd1Copy full SHA for 1368bd1
webview-ui/src/components/chat/ChatRow.tsx
@@ -906,12 +906,13 @@ export const ChatRowContent = ({
906
return (
907
<div className="bg-vscode-editor-background border rounded-xs p-1 overflow-hidden whitespace-pre-wrap">
908
<div className="flex justify-between">
909
- <div className="flex-grow px-2 py-1 w-fit wrap-anywhere">
+ <div className="flex-grow px-2 py-1 wrap-anywhere">
910
<Mention text={message.text} withShadow />
911
</div>
912
<Button
913
variant="ghost"
914
size="icon"
915
+ className="shrink-0"
916
disabled={isStreaming}
917
onClick={(e) => {
918
e.stopPropagation()
0 commit comments