summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJarkko Tuunanen <tuunanen@gmail.com>2017-02-23 22:24:28 +0200
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-03-06 10:17:03 -0600
commit01fae38305799112a2957685bda59336c4ed8110 (patch)
tree85bdeac16f01439d477849e872f57e82df56a958 /changelogs
parent0a58a8c8258d26e7f5c782ca1cce8665d230fa83 (diff)
downloadgitlab-ce-01fae38305799112a2957685bda59336c4ed8110.tar.gz
Fix Sort dropdown reflow issue
Make Sort dropdown behave the same as filters in narrower viewports. Adjust dropdowns to fit on the same line in worst-case scenario ("Oldest created" selected). Closes #22562 See merge request !9533
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/22562-todos-filters.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/unreleased/22562-todos-filters.yml b/changelogs/unreleased/22562-todos-filters.yml
new file mode 100644
index 00000000000..9cca138744a
--- /dev/null
+++ b/changelogs/unreleased/22562-todos-filters.yml
@@ -0,0 +1,4 @@
+---
+title: Fix Sort dropdown reflow issue
+merge_request: 9533
+author: Jarkko Tuunanen