Commit bfa92ff2 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '24895-branch-index-delete-button-inconsistently-spaced-and-misaligned' into 'master'

Resolve "Branch index delete button inconsistently spaced and misaligned"

Closes #24895

See merge request !8646
parents 06fca506 c8a17cdb
......@@ -155,7 +155,8 @@ ul.content-list {
}
> .btn,
> .btn-group {
> .btn-group,
> .dropdown.inline {
margin-right: $gl-padding-top;
display: inline-block;
margin-top: 3px;
......
......@@ -18,7 +18,7 @@
- if @project.protected_branch? branch.name
%span.label.label-success
protected
.controls.hidden-xs
.controls.hidden-xs<
- if merge_project && create_mr_button?(@repository.root_ref, branch.name)
= link_to create_mr_path(@repository.root_ref, branch.name), class: 'btn btn-default' do
Merge Request
......
......@@ -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]
......
- if !project.empty_repo? && can?(current_user, :download_code, project)
.project-action-button.dropdown.inline
.project-action-button.dropdown.inline>
%button.btn{ 'data-toggle' => 'dropdown' }
= icon('download')
= icon("caret-down")
......
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