diff options
author | Clement Ho <ClemMakesApps@gmail.com> | 2016-12-05 13:09:29 -0600 |
---|---|---|
committer | Clement Ho <ClemMakesApps@gmail.com> | 2017-01-09 16:01:02 -0600 |
commit | 9f1c19ce84046de2e85eff1aef7f693a2925bf11 (patch) | |
tree | 225652eb3e82468782a786c42fe290f249a4d6b2 /app/views | |
parent | eb55cf5007f478a1fdffe029110c27c869f74356 (diff) | |
download | gitlab-ce-9f1c19ce84046de2e85eff1aef7f693a2925bf11.tar.gz |
Style label dropdowns
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/issuable/_search_bar.html.haml | 2 |
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 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 |