Fixes Different margins between buttons in tag list

This commit is contained in:
Jacopo 2018-02-05 16:44:37 +01:00
parent affec49347
commit a0d714fe89
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