Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-07-19 00:28:15 +0300
committergfyoung <gfyoung17@gmail.com>2018-07-20 00:33:46 +0300
commitc3ea0c02f40cc08ab0dd57d45c6d76f65a25acc1 (patch)
tree2bbc1e34e3740847f7b18ef125e8a869314b656b /changelogs
parentb60364c0f377f4afdf5e96e84aba11988f4ae526 (diff)
Don't overflow project/group dropdown results
Closes #49382.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/project-dropdown-list-overflow.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/project-dropdown-list-overflow.yml b/changelogs/unreleased/project-dropdown-list-overflow.yml
new file mode 100644
index 00000000000..9b74a68291b
--- /dev/null
+++ b/changelogs/unreleased/project-dropdown-list-overflow.yml
@@ -0,0 +1,5 @@
+---
+title: Don't overflow project/group dropdown results
+merge_request: 20704
+author: gfyoung
+type: fixed