From 2f5d0f3adae790941e83390b78a4eab555cd95c7 Mon Sep 17 00:00:00 2001 From: Adam Bowker Date: Tue, 28 Apr 2026 11:50:46 -0700 Subject: [PATCH] feat(code): fix github chip margins --- .../src/renderer/features/editor/components/GithubRefChip.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/code/src/renderer/features/editor/components/GithubRefChip.tsx b/apps/code/src/renderer/features/editor/components/GithubRefChip.tsx index 84819ab84..cd2d96475 100644 --- a/apps/code/src/renderer/features/editor/components/GithubRefChip.tsx +++ b/apps/code/src/renderer/features/editor/components/GithubRefChip.tsx @@ -17,7 +17,7 @@ export function GithubRefChip({ size="xs" variant="outline" onClick={() => window.open(href, "_blank")} - className="cli-file-mention relative top-px max-w-full cursor-pointer! whitespace-nowrap pl-1 active:translate-y-0" + className="cli-file-mention mx-0.5 max-w-full cursor-pointer! whitespace-nowrap pl-1 align-middle active:translate-y-0" > {children}