diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index 5efc698418b..871e6e2bcd6 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -567,7 +567,7 @@ export const ChatRowContent = ({ style={{ display: "flex", justifyContent: "space-between", - alignItems: "flex-start", + alignItems: "center", gap: "10px", }}> {highlightMentions(message.text)} @@ -577,7 +577,8 @@ export const ChatRowContent = ({ padding: "3px", flexShrink: 0, height: "24px", - marginTop: "-6px", + marginTop: "-3px", + marginBottom: "-3px", marginRight: "-6px", }} disabled={isStreaming}