Commit 52876fd7 authored by Winnie Hellmann's avatar Winnie Hellmann

Adjust board switcher dropdown selector

parent 214759e0
......@@ -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