Commit 5cfc2686 authored by Phil Hughes's avatar Phil Hughes

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
......@@ -403,6 +403,7 @@ header.navbar-gitlab-new {
}
.breadcrumbs-extra {
display: flex;
flex: 0 0 auto;
margin-left: auto;
}
......
- 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
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