summaryrefslogtreecommitdiff
path: root/app/views/search/_filter.html.haml
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-17 12:18:41 -0500
committerClement Ho <ClemMakesApps@gmail.com>2018-04-17 12:18:41 -0500
commita1beb409cdfd7b5abb80798934fef811892888e6 (patch)
tree73db917ecad78fd3c5dd7d8fcc4f6d004a2378f9 /app/views/search/_filter.html.haml
parent1dfaa6a8475404b52cd37056fce994825d65966f (diff)
downloadgitlab-ce-a1beb409cdfd7b5abb80798934fef811892888e6.tar.gz
Fix dropdowns
Diffstat (limited to 'app/views/search/_filter.html.haml')
-rw-r--r--app/views/search/_filter.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/search/_filter.html.haml b/app/views/search/_filter.html.haml
index e4902d368e7..6837f64f132 100644
--- a/app/views/search/_filter.html.haml
+++ b/app/views/search/_filter.html.haml
@@ -11,7 +11,7 @@
- else
Any
= icon("chevron-down")
- .dropdown-menu.dropdown-select.dropdown-menu-selectable.dropdown-menu-align-right
+ .dropdown-menu.dropdown-select.dropdown-menu-selectable.dropdown-menu-right
= dropdown_title("Filter results by group")
= dropdown_filter("Search groups")
= dropdown_content
@@ -26,7 +26,7 @@
- else
Any
= icon("chevron-down")
- .dropdown-menu.dropdown-select.dropdown-menu-selectable.dropdown-menu-align-right
+ .dropdown-menu.dropdown-select.dropdown-menu-selectable.dropdown-menu-right
= dropdown_title("Filter results by project")
= dropdown_filter("Search projects")
= dropdown_content