Commit 2150ed40 authored by Filipa Lacerda's avatar Filipa Lacerda

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
parents cf9e2967 a0d714fe
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
.wiki .wiki
= markdown_field(release, :description) = 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] = render 'projects/buttons/download', project: @project, ref: tag.name, pipeline: @tags_pipelines[tag.name]
- if can?(current_user, :push_code, @project) - if can?(current_user, :push_code, @project)
......
---
title: Fixes different margins between buttons in tag list
merge_request: 16927
author: Jacopo Beschi @jacopo-beschi
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