Correct spacing between username and bot label (#36473) (#36484)

Backport #36473

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
Sebastian Ertz
2026-01-30 06:47:46 +01:00
committed by GitHub
parent ff3d11034d
commit 25785041e7
+1 -1
View File
@@ -1 +1 @@
<a class="author text black tw-font-semibold muted"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a>{{if .IsTypeBot}}<span class="ui basic label tw-p-1 tw-align-baseline">bot</span>{{end}} <a class="author text black tw-font-semibold muted"{{if gt .ID 0}} href="{{.HomeLink}}"{{end}}>{{.GetDisplayName}}</a>{{if .IsTypeBot}}&nbsp;<span class="ui basic label tw-p-1 tw-align-baseline">bot</span>{{end}}