summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/_search_bar.html.haml
diff options
context:
space:
mode:
authorPratik Borsadiya <pratikborsadiya@gmail.com>2017-02-20 20:06:40 +0530
committerPratik Borsadiya <pratik_borsadiya@gridle.io>2017-02-24 10:52:29 +0530
commit90cd66a51d7f40e980f4934e2e1a717983b5e4fe (patch)
tree229381ff6bb969e1117bb88e9d2adcc557adbc46 /app/views/shared/issuable/_search_bar.html.haml
parentc5b29ed6f36779dbb96f4cdc7b1b0bce8bb8dc5e (diff)
downloadgitlab-ce-90cd66a51d7f40e980f4934e2e1a717983b5e4fe.tar.gz
Fix #27840 - Improve the search bar experience on mobile
Diffstat (limited to 'app/views/shared/issuable/_search_bar.html.haml')
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index 8e04b50bb8a..62f09cc2dc1 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -82,7 +82,7 @@
%span.dropdown-label-box{ style: 'background: {{color}}' }
%span.label-title.js-data-value
{{title}}
- .pull-right
+ .pull-right.filter-dropdown-container
= render 'shared/sort_dropdown'
- if @bulk_edit