Skip to content

Commit 5ebabd8

Browse files
authored
Update branch_dropdown.tmpl
1 parent e73c113 commit 5ebabd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/repo/branch_dropdown.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)