Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-06-04 16:47:44 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-06-04 16:47:44 +0300
commitb3907962ae1ab8801dab1be2241d659c036e55ed (patch)
treec7bbc14d29fed55d05fabf3130a6147530a7b544 /app/views/shared/issuable/_sidebar.html.haml
parent0d66701d2513b08b2976f53a91e0b710608650d6 (diff)
parentf8b56297f95ea4e957ac224074ee8c9e57ba31c3 (diff)
Merge branch 'increase-move-issue-dropdown-height' into 'master'
Increase height of move issue dropdown See merge request gitlab-org/gitlab-ce!29087
Diffstat (limited to 'app/views/shared/issuable/_sidebar.html.haml')
-rw-r--r--app/views/shared/issuable/_sidebar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_sidebar.html.haml b/app/views/shared/issuable/_sidebar.html.haml
index 2c46efdc124..3a5adb34ad1 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