Commit 1bc73753 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'dropdown-fix' into 'master'

Css fix for search dropdown overflow issue.

See merge request gitlab-org/gitlab-ce!20011
parents 3fa1db4a 58421044
......@@ -114,7 +114,7 @@ input[type="checkbox"]:hover {
}
.dropdown-content {
max-height: 302px;
max-height: none;
}
}
......
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