Skip to content

Commit 91b4bff

Browse files
typed-sigtermGiteaBot
authored andcommitted
Correct bot label vertical-align (go-gitea#33477)
1 parent 23971a7 commit 91b4bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/user/authorlink.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a class="author text black tw-font-semibold muted"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a>{{if .IsBot}}<span class="ui basic label tw-p-1">bot</span>{{end}}
1+
<a class="author text black tw-font-semibold muted"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a>{{if .IsBot}}<span class="ui basic label tw-p-1 tw-align-baseline">bot</span>{{end}}

0 commit comments

Comments
 (0)