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 4b24564 commit ece6310Copy full SHA for ece6310
webview-ui/src/components/chat/ChatRow.tsx
@@ -567,10 +567,12 @@ export const ChatRowContent = ({
567
style={{
568
display: "flex",
569
justifyContent: "space-between",
570
- alignItems: "center",
+ alignItems: "flex-start",
571
gap: "10px",
572
}}>
573
- <span style={{ display: "block", flexGrow: 1 }}>{highlightMentions(message.text)}</span>
+ <span style={{ display: "block", flexGrow: 1, padding: "4px" }}>
574
+ {highlightMentions(message.text)}
575
+ </span>
576
<VSCodeButton
577
appearance="icon"
578
0 commit comments