Dropdowns in edit board modal are misaligned

Steps to reproduce

What is the current bug behavior?

dropdowns are misaligned:

Screenshot_2019-03-07_at_11.56.21

What is the expected correct behavior?

dropdowns are properly aligned:

Screenshot_2019-03-07_at_11.57.01

Possible fixes

  • short term:
- .boards-switcher .dropdown-menu.show
+ .boards-switcher > .dropdown-menu.show

in https://gitlab.com/gitlab-org/gitlab-ee/blob/master/ee/app/assets/stylesheets/pages/boards.scss

  • long term:

The modal should be removed from the board switcher:

Screenshot_2019-03-06_at_14.40.33