Skip to content

Commit 461aff0

Browse files
committed
Reduced min-height of header branch menu
1 parent 4cf9745 commit 461aff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/frontend/view/header/pieHeader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<span class="label" ng-show="newBranch.length > 0 && !headerCtrl.branchExists(newBranch)">
4040
{{ MSGS['Create new branch'] }} <strong>"{{ headerCtrl.treatBranch(newBranch) }}"</strong></span>
4141

42-
<ul style="display: block; overflow: auto; max-height: 500px;">
42+
<ul style="display: block; overflow: auto; max-height: 400px;">
4343
<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>
4444
</ul>
4545

0 commit comments

Comments
 (0)