Merge branch 'increase-move-issue-dropdown-height' into 'master'
Increase height of move issue dropdown See merge request gitlab-org/gitlab-ce!29087
This commit is contained in:
commit
b3907962ae
2 changed files with 6 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
%button.btn.btn-default.btn-block.js-sidebar-dropdown-toggle.js-move-issue{ type: 'button',
|
||||
data: { toggle: 'dropdown', display: 'static' } }
|
||||
= _('Move issue')
|
||||
.dropdown-menu.dropdown-menu-selectable
|
||||
.dropdown-menu.dropdown-menu-selectable.dropdown-extended-height
|
||||
= dropdown_title(_('Move issue'))
|
||||
= dropdown_filter(_('Search project'), search_id: 'sidebar-move-issue-dropdown-search')
|
||||
= dropdown_content
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Increase height of move issue dropdown
|
||||
merge_request:
|
||||
author:
|
||||
type: other
|
Loading…
Reference in a new issue