We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b581c commit c0d1960Copy full SHA for c0d1960
templates/repo/issue/sidebar/development.tmpl
@@ -96,7 +96,7 @@
96
97
<div class="menu tw-overflow-hidden tw-max-w-full">
98
{{range .Branches}}
99
- <div class="item" data-value="{{.}}" data-tooltip-content="{{.}}" class="tw-overflow-hidden gt-ellipsis tw-whitespace-nowrap">{{.}}</div>
+ <div data-value="{{.}}" data-tooltip-content="{{.}}" class="item tw-overflow-hidden gt-ellipsis tw-whitespace-nowrap">{{.}}</div>
100
{{end}}
101
</div>
102
0 commit comments