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 4cf9745 commit 461aff0Copy full SHA for 461aff0
app/frontend/view/header/pieHeader.html
@@ -39,7 +39,7 @@
39
<span class="label" ng-show="newBranch.length > 0 && !headerCtrl.branchExists(newBranch)">
40
{{ MSGS['Create new branch'] }} <strong>"{{ headerCtrl.treatBranch(newBranch) }}"</strong></span>
41
42
- <ul style="display: block; overflow: auto; max-height: 500px;">
+ <ul style="display: block; overflow: auto; max-height: 400px;">
43
<li style="display:block" ng-repeat="branch in headerCtrl.remoteBranchs | filter:headerCtrl.treatBranch(newBranch) || ''" ng-click="headerCtrl.switchBranch(branch)"><span class="octicon octicon-git-branch"></span> {{ branch }}</li>
44
</ul>
45
0 commit comments