File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Search "repo/branch_dropdown" in the template directory to find all occurrences.
4747>
4848 {{/* show dummy elements before Vue componment is mounted, this code must match the code in BranchTagSelector.vue */}}
4949 <div class="ui dropdown custom branch-selector-dropdown ellipsis-text-items">
50- <div class="ui button branch-dropdown-button">
50+ <div class="ui compact button branch-dropdown-button">
5151 <span class="flex-text-block gt-ellipsis">
5252 {{if not .DropdownFixedText}}
5353 {{if .ShowTabTags}}
@@ -56,7 +56,7 @@ Search "repo/branch_dropdown" in the template directory to find all occurrences.
5656 {{svg "octicon-git-branch"}}
5757 {{end}}
5858 {{end}}
59- <strong class="tw-ml-2 tw- inline-block gt-ellipsis">{{Iif .DropdownFixedText .SelectedRefShortName}}</strong>
59+ <strong class="tw-inline-block gt-ellipsis">{{Iif .DropdownFixedText .SelectedRefShortName}}</strong>
6060 </span>
6161 {{svg "octicon-triangle-down" 14 "dropdown icon"}}
6262 </div>
You can’t perform that action at this time.
0 commit comments