Merge branch 'dropdown-fix' into 'master'

Css fix for search dropdown overflow issue.

See merge request gitlab-org/gitlab-ce!20011
This commit is contained in:
Phil Hughes 2018-06-26 08:38:35 +00:00
commit 1bc7375385
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ input[type="checkbox"]:hover {
}
.dropdown-content {
max-height: 302px;
max-height: none;
}
}