Commit 9f1c19ce authored by Clement Ho's avatar Clement Ho

Style label dropdowns

parent eb55cf50
...@@ -79,6 +79,8 @@ ...@@ -79,6 +79,8 @@
width: 100%; width: 100%;
text-align: left; text-align: left;
padding: 8px 16px; padding: 8px 16px;
text-overflow: ellipsis;
overflow-y: hidden;
&:hover { &:hover {
background-color: $dropdown-hover-color; background-color: $dropdown-hover-color;
......
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
%li.filter-dropdown %li.filter-dropdown
%button.btn.btn-link %button.btn.btn-link
%span.dropdown-label-box{ 'style': 'background: {{color}}'} %span.dropdown-label-box{ 'style': 'background: {{color}}'}
{{title}} {{title}}
.pull-right .pull-right
- if boards_page - if boards_page
#js-boards-seach.issue-boards-search #js-boards-seach.issue-boards-search
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment