File tree 1 file changed +6
-8
lines changed 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 53
53
</div>
54
54
<div class="inline field">
55
55
<label>{{ctx.Locale.Tr "repo.fork_branch"}}</label>
56
- <div class="ui selection dropdown">
56
+ <div class="ui selection dropdown ellipsis-items-nowrap ">
57
57
<input type="hidden" id="fork_single_branch" name="fork_single_branch" value="" required>
58
- <span class="text truncated-item-container" data-value=" " title="{{ctx.Locale.Tr "repo.all_branches"}}">
58
+ <div class="text" title="{{ctx.Locale.Tr "repo.all_branches"}}">
59
59
<span class="truncated-item-name">{{ctx.Locale.Tr "repo.all_branches"}}</span>
60
- </span >
60
+ </div >
61
61
{{svg "octicon-triangle-down" 14 "dropdown icon"}}
62
62
<div class="menu">
63
- <div class="item truncated-item-container " data-value="" title="{{ctx.Locale.Tr "repo.all_branches"}}">
64
- <span class="truncated-item-name"> {{ctx.Locale.Tr "repo.all_branches"}}</span>
63
+ <div class="item" data-value="" title="{{ctx.Locale.Tr "repo.all_branches"}}">
64
+ {{ctx.Locale.Tr "repo.all_branches"}}
65
65
</div>
66
66
{{range .Branches}}
67
- <div class="item truncated-item-container" data-value="{{.}}" title="{{.}}">
68
- <span class="truncated-item-name">{{.}}</span>
69
- </div>
67
+ <div class="item" data-value="{{.}}" title="{{.}}">{{.}}</div>
70
68
{{end}}
71
69
</div>
72
70
</div>
You can’t perform that action at this time.
0 commit comments