summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/framework/filters.scss2
-rw-r--r--app/views/shared/issuable/_search_bar.html.haml2
2 files changed, 3 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/filters.scss b/app/assets/stylesheets/framework/filters.scss
index 4fa826c1b76..c4b4a56a8b5 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 a47140ed0aa..f076c9c1a75 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