Skip to content

Commit c0d1960

Browse files
committed
Fix lint
1 parent e5b581c commit c0d1960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/sidebar/development.tmpl

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

9797
<div class="menu tw-overflow-hidden tw-max-w-full">
9898
{{range .Branches}}
99-
<div class="item" data-value="{{.}}" data-tooltip-content="{{.}}" class="tw-overflow-hidden gt-ellipsis tw-whitespace-nowrap">{{.}}</div>
99+
<div data-value="{{.}}" data-tooltip-content="{{.}}" class="item tw-overflow-hidden gt-ellipsis tw-whitespace-nowrap">{{.}}</div>
100100
{{end}}
101101
</div>
102102
</div>

0 commit comments

Comments
 (0)