Merge branch 'add-merge-request-header-branch-details-right-margin' into 'master'

Add merge request header branch actions left margin

Closes #49238

See merge request gitlab-org/gitlab-ce!20643
This commit is contained in:
Annabel Gray 2018-07-17 15:44:07 +00:00
commit 98547133db
2 changed files with 6 additions and 0 deletions

View File

@ -551,6 +551,7 @@
@include media-breakpoint-up(lg) {
.branch-actions {
align-self: center;
margin-left: $gl-padding;
}
}
}

View File

@ -0,0 +1,5 @@
---
title: Add merge request header branch actions left margin
merge_request: 20643
author: George Tsiolis
type: changed