From 771f37d3561d300c2f759c56baeb78b4be712636 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 28 Nov 2023 16:57:32 +0100 Subject: [PATCH] Reduce project issue card title size --- templates/custom/header.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 013d748..072510e 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -46,6 +46,7 @@ /* Bold is excessive on issue title when shown without details. */ .issue-card-title { font-variation-settings: normal !important; + font-size: 16px; } .repository.view.issue .title .issue-title h1 {