diff options
-rw-r--r-- | app/assets/stylesheets/pages/labels.scss | 2 | ||||
-rw-r--r-- | changelogs/unreleased/46787-create-project-label-window-is-cut-off-at-the-bottom.yml | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss index 75d219320ef..6f98b4f7f13 100644 --- a/app/assets/stylesheets/pages/labels.scss +++ b/app/assets/stylesheets/pages/labels.scss @@ -34,7 +34,7 @@ .dropdown-new-label { .dropdown-content { - max-height: 136px; + max-height: initial; } } diff --git a/changelogs/unreleased/46787-create-project-label-window-is-cut-off-at-the-bottom.yml b/changelogs/unreleased/46787-create-project-label-window-is-cut-off-at-the-bottom.yml new file mode 100644 index 00000000000..dca1d57d14e --- /dev/null +++ b/changelogs/unreleased/46787-create-project-label-window-is-cut-off-at-the-bottom.yml @@ -0,0 +1,5 @@ +--- +title: Fixed - Create project label window is cut off at the bottom +merge_request: 26049 +author: +type: fixed |