diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 4fa826c1b76d24735b0398ec1bfb7593764b00a5..c4b4a56a8b5bd6c22a771cbd1cea9047ec5ecede 100644
--- a/app/assets/stylesheets/framework/filters.scss
+++ b/app/assets/stylesheets/framework/filters.scss
@@ -79,6 +79,8 @@
     width: 100%;
     text-align: left;
     padding: 8px 16px;
+    text-overflow: ellipsis;
+    overflow-y: hidden;
 
     &:hover {
       background-color: $dropdown-hover-color;
diff --git a/app/views/shared/issuable/_search_bar.html.haml b/app/views/shared/issuable/_search_bar.html.haml
index a47140ed0aa4f247a5bfe550f0ef9fbcc5c7d824..f076c9c1a75ec46da6ade2ca0cad8609d423d878 100644
--- a/app/views/shared/issuable/_search_bar.html.haml
+++ b/app/views/shared/issuable/_search_bar.html.haml
@@ -69,7 +69,7 @@
               %li.filter-dropdown
                 %button.btn.btn-link
                   %span.dropdown-label-box{ 'style': 'background: {{color}}'}
-                    {{title}}
+                  {{title}}
         .pull-right
           - if boards_page
             #js-boards-seach.issue-boards-search