Commit 4f6d9b33 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'winh-issue-board-dropdowns-ee' into 'master'

Adjust board switcher dropdown selector

Closes #10261

See merge request gitlab-org/gitlab-ee!9909
parents f569f734 52876fd7
......@@ -104,15 +104,13 @@
}
.boards-switcher {
.boards-selector-wrapper {
.dropdown-menu.show.dropdown-extended-height {
max-height: $dropdown-max-height-lg;
}
}
.dropdown-menu.show {
.boards-selector-wrapper > .show.dropdown .dropdown-menu {
// we cannot use d-flex from Bootstrap because of !important
// see https://gitlab.com/gitlab-org/gitlab-ui/issues/38
display: flex;
&.dropdown-extended-height {
max-height: $dropdown-max-height-lg;
}
}
}
---
title: Fix misalignment of dropdowns in edit board modal of issue boards
merge_request: 9909
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment