Skip to content

Commit 64bf916

Browse files
committed
Unify gap in issue sidebar labels-list
1 parent 63fb253 commit 64bf916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/sidebar/label_list.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</div>
4444
</div>
4545

46-
<div class="ui list labels-list tw-my-2 tw-flex tw-gap-2">
46+
<div class="ui list labels-list tw-my-2 tw-flex">
4747
<span class="item empty-list {{if $data.SelectedLabelIDs}}tw-hidden{{end}}">{{ctx.Locale.Tr "repo.issues.new.no_label"}}</span>
4848
{{range $data.AllLabels}}
4949
{{if .IsChecked}}

0 commit comments

Comments
 (0)