Skip to content
Snippets Groups Projects
Commit 5cfc2686 authored by Phil Hughes's avatar Phil Hughes
Browse files

Merge branch 'fix-btn-alignment' into 'master'

Fix inconsistent spacing for edit buttons on issues and merge request page

Closes #36206

See merge request !13547
parents d8b16684 35659da1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -403,6 +403,7 @@ header.navbar-gitlab-new {
}
 
.breadcrumbs-extra {
display: flex;
flex: 0 0 auto;
margin-left: auto;
}
Loading
Loading
- if @can_bulk_update
= button_tag "Edit merge requests", class: "btn js-bulk-update-toggle"
= button_tag "Edit merge requests", class: "btn append-right-10 js-bulk-update-toggle"
- if merge_project
= link_to new_merge_request_path, class: "btn btn-new", title: "New merge request" do
New merge request
---
title: Fix inconsistent spacing for edit buttons on issues and merge request page
merge_request:
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment