Browse Source

Adjust branch button size (#3063)

tags/v1.4.0-rc1
silverwind Lauris BH 8 years ago
parent
commit
72b3cee75e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/branch_dropdown.tmpl

+ 1
- 1
templates/repo/branch_dropdown.tmpl View File

@@ -1,6 +1,6 @@
<div class="fitted item choose reference">
<div class="ui floating filter dropdown custom" data-can-create-branch="{{.CanCreateBranch}}" data-no-results="{{.i18n.Tr "repo.pulls.no_results"}}">
<div class="ui basic small button" @click="menuVisible = !menuVisible" @keyup.enter="menuVisible = !menuVisible">
<div class="ui basic small compact button" @click="menuVisible = !menuVisible" @keyup.enter="menuVisible = !menuVisible">
<span class="text">
<i class="octicon octicon-git-branch"></i>
{{if .IsViewBranch}}{{.i18n.Tr "repo.branch"}}{{else}}{{.i18n.Tr "repo.tree"}}{{end}}:


Loading…
Cancel
Save