diff options
author | Giteabot <teabot@gitea.io> | 2023-12-07 10:37:12 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 10:37:12 +0800 |
commit | b56a9f6dedd7c689ff22c8fdd34c5761bbae3fe2 (patch) | |
tree | 80dc3a9f00a6667d9e71f8522626a7e548a7ce35 /templates | |
parent | c5c44d095114901af745ef6a24f827c4cfe73ec4 (diff) | |
download | gitea-b56a9f6dedd7c689ff22c8fdd34c5761bbae3fe2.tar.gz gitea-b56a9f6dedd7c689ff22c8fdd34c5761bbae3fe2.zip |
Fix margin in server signed signature verification view (#28379) (#28381)
Backport #28379 by @lafriks
Before:

After:

Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/commit_page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/commit_page.tmpl b/templates/repo/commit_page.tmpl index e0a63f3041..7de4c2c8fc 100644 --- a/templates/repo/commit_page.tmpl +++ b/templates/repo/commit_page.tmpl @@ -201,7 +201,7 @@ {{else}} <span title="{{ctx.Locale.Tr "gpg.default_key"}}">{{svg "gitea-lock-cog" 16 "gt-mr-3"}}</span> <span class="ui text gt-mr-3">{{ctx.Locale.Tr "repo.commits.signed_by"}}:</span> - {{ctx.AvatarUtils.AvatarByEmail .Verification.SigningEmail "" 28}} + {{ctx.AvatarUtils.AvatarByEmail .Verification.SigningEmail "" 28 "gt-mr-3"}} <strong>{{.Verification.SigningUser.GetDisplayName}}</strong> {{end}} {{else}} |