Merge branch '42584-fix-margins-in-tag-list' into 'master'

Resolve "Different margins between buttons in tag list"

Closes #42584

See merge request gitlab-org/gitlab-ce!16927
This commit is contained in:
Filipa Lacerda 2018-02-05 17:54:35 +00:00
commit 2150ed4094
2 changed files with 6 additions and 1 deletions

View File

@ -24,7 +24,7 @@
.wiki
= markdown_field(release, :description)
.row-fixed-content.controls
.row-fixed-content.controls.flex-row
= render 'projects/buttons/download', project: @project, ref: tag.name, pipeline: @tags_pipelines[tag.name]
- if can?(current_user, :push_code, @project)

View File

@ -0,0 +1,5 @@
---
title: Fixes different margins between buttons in tag list
merge_request: 16927
author: Jacopo Beschi @jacopo-beschi
type: fixed