diff options
author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2019-06-03 15:16:40 -0500 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2019-06-03 15:16:40 -0500 |
commit | f8b56297f95ea4e957ac224074ee8c9e57ba31c3 (patch) | |
tree | 7e4f8117d210bc8e58425e09ecf1177732b4c000 | |
parent | 6d3ab5d8f676962fea5edd7a88b9cfb4ef45d2b5 (diff) | |
download | gitlab-ce-f8b56297f95ea4e957ac224074ee8c9e57ba31c3.tar.gz |
Increase height of move issue dropdownincrease-move-issue-dropdown-height
-rw-r--r-- | app/views/shared/issuable/_sidebar.html.haml | 2 | ||||
-rw-r--r-- | changelogs/unreleased/increase-move-issue-dropdown-height.yml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml index 63557c882f4..e423b24997f 100644 --- a/app/views/shared/issuable/_sidebar.html.haml +++ b/app/views/shared/issuable/_sidebar.html.haml @@ -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 diff --git a/changelogs/unreleased/increase-move-issue-dropdown-height.yml b/changelogs/unreleased/increase-move-issue-dropdown-height.yml new file mode 100644 index 00000000000..bb67e9341b2 --- /dev/null +++ b/changelogs/unreleased/increase-move-issue-dropdown-height.yml @@ -0,0 +1,5 @@ +--- +title: Increase height of move issue dropdown +merge_request: +author: +type: other |