Skip to content

Commit 0dd7935

Browse files
committed
Fix issues with inconsistent spacing in areas go-gitea#32607
1 parent 16bf69c commit 0dd7935

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/home.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
<div class="repo-button-row" data-is-homepage="{{$isHomepage}}">
3434
<div class="repo-button-row-left">
35-
{{template "repo/branch_dropdown" dict "root" . "ContainerClasses" "tw-mr-1"}}
35+
{{template "repo/branch_dropdown" dict "root" .}}
3636
{{if and .CanCompareOrPull .IsViewBranch (not .Repository.IsArchived)}}
3737
{{$cmpBranch := ""}}
3838
{{if ne .Repository.ID .BaseRepo.ID}}

0 commit comments

Comments
 (0)