Skip to content

Commit 1f9bece

Browse files
committed
Button alignment tweaks
1 parent 016e1b5 commit 1f9bece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/chat/ChatView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
19531953
<VSCodeButton
19541954
appearance="primary"
19551955
disabled={!enableButtons}
1956-
className="ml-[6px] align-middle"
1956+
className="ml-1 w-9 flex items-center justify-center p-0"
19571957
onClick={() => {
19581958
// Find and click the share button
19591959
const shareButtons =

0 commit comments

Comments
 (0)