Reset maximum height for create label dropdown

This commit is contained in:
Constance Okoghenun 2019-03-22 17:07:57 +00:00 committed by Annabel Dunstone Gray
parent 5e9b683da7
commit b672d157b8
2 changed files with 6 additions and 1 deletions

View File

@ -34,7 +34,7 @@
.dropdown-new-label {
.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