From b515fa0c57cfea1b29b0aa2279e25532e85ec9aa Mon Sep 17 00:00:00 2001 From: Lauris BH Date: Thu, 7 Dec 2023 01:18:01 +0200 Subject: [PATCH] Fix margin in server signed signature verification view --- templates/repo/commit_page.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/commit_page.tmpl b/templates/repo/commit_page.tmpl index efdbb23e00ae..2a4240045cb5 100644 --- a/templates/repo/commit_page.tmpl +++ b/templates/repo/commit_page.tmpl @@ -201,7 +201,7 @@ {{else}} {{svg "gitea-lock-cog" 16 "gt-mr-3"}} {{ctx.Locale.Tr "repo.commits.signed_by"}}: - {{ctx.AvatarUtils.AvatarByEmail .Verification.SigningEmail "" 28}} + {{ctx.AvatarUtils.AvatarByEmail .Verification.SigningEmail "" 28 "gt-mr-3"}} {{.Verification.SigningUser.GetDisplayName}} {{end}} {{else}}