remove whitespace surrounding dropdown button

This commit is contained in:
Mike Greiling 2017-01-19 12:56:15 -06:00
parent 2d3fcf9048
commit 80a0a6a821
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
= form_tag(filter_branches_path, method: :get) do
= search_field_tag :search, params[:search], { placeholder: 'Filter by branch name', id: 'branch-search', class: 'form-control search-text-input input-short', spellcheck: false }
.dropdown.inline
.dropdown.inline>
%button.dropdown-menu-toggle{ type: 'button', 'data-toggle' => 'dropdown' }
%span.light
= projects_sort_options_hash[@sort]