From 678beb2c0dfbd8f7dab203d055b98f8ba67086f8 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Thu, 13 Nov 2025 20:44:55 +0800 Subject: [PATCH] Optimize pr branch label --- styles/components/issue.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/components/issue.ts b/styles/components/issue.ts index 0fbe800..884187b 100644 --- a/styles/components/issue.ts +++ b/styles/components/issue.ts @@ -263,7 +263,7 @@ export const prBranch = css` font-family: var(--fontStack-monospace, ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, monospace); font-size: 12px; padding: 0 5px; - line-height: 20px; + line-height: 18px; } .repository.view.issue .pull-desc code {