Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
52876fd7
Commit
52876fd7
authored
Mar 07, 2019
by
Winnie Hellmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust board switcher dropdown selector
parent
214759e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
7 deletions
+10
-7
ee/app/assets/stylesheets/pages/boards.scss
ee/app/assets/stylesheets/pages/boards.scss
+5
-7
ee/changelogs/unreleased/winh-issue-board-dropdowns-ee.yml
ee/changelogs/unreleased/winh-issue-board-dropdowns-ee.yml
+5
-0
No files found.
ee/app/assets/stylesheets/pages/boards.scss
View file @
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
;
}
}
}
ee/changelogs/unreleased/winh-issue-board-dropdowns-ee.yml
0 → 100644
View file @
52876fd7
---
title
:
Fix misalignment of dropdowns in edit board modal of issue boards
merge_request
:
9909
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment