Merge branch '46787-create-project-label-window-is-cut-off-at-the-bottom' into 'master'

Resolve ""Create project label" window is cut off at the bottom"

Closes #46787

See merge request gitlab-org/gitlab-ce!26049
This commit is contained in:
Annabel Dunstone Gray 2019-03-22 17:07:58 +00:00
commit 85a1acbe50
2 changed files with 6 additions and 1 deletions

View File

@ -34,7 +34,7 @@
.dropdown-new-label { .dropdown-new-label {
.dropdown-content { .dropdown-content {
max-height: 136px; max-height: initial;
} }
} }

View File

@ -0,0 +1,5 @@
---
title: Fixed - Create project label window is cut off at the bottom
merge_request: 26049
author:
type: fixed