Skip to content

Commit 6c563a3

Browse files
authored
fix: text decorator on issue sidebar menu label (#27206)
fix underline for label on issue sidebar
1 parent a101dba commit 6c563a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/labels/label.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
id="label_{{.label.ID}}"
44
href="{{.root.RepoLink}}/{{if or .root.IsPull .root.Issue.IsPull}}pulls{{else}}issues{{end}}?labels={{.label.ID}}"{{/* FIXME: use .root.Issue.Link or create .root.Link */}}
55
>
6-
{{RenderLabel $.Context .label}}
6+
{{- RenderLabel $.Context .label -}}
77
</a>

0 commit comments

Comments
 (0)