summaryrefslogtreecommitdiff
path: root/app/views/projects/tags
diff options
context:
space:
mode:
authorJacopo <beschi.jacopo@gmail.com>2018-02-05 16:44:37 +0100
committerJacopo <beschi.jacopo@gmail.com>2018-02-05 16:47:05 +0100
commita0d714fe89756115771813b6e8e683d8ec5d29b0 (patch)
tree624895713b1775cf2cdd6f39a554690a47045798 /app/views/projects/tags
parentaffec49347715bd44eb65ba3e50cddcc5f12cf23 (diff)
downloadgitlab-ce-a0d714fe89756115771813b6e8e683d8ec5d29b0.tar.gz
Fixes Different margins between buttons in tag list
Diffstat (limited to 'app/views/projects/tags')
-rw-r--r--app/views/projects/tags/_tag.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/tags/_tag.html.haml b/app/views/projects/tags/_tag.html.haml
index 55e45a5e954..3d5f92f9aaa 100644
--- a/app/views/projects/tags/_tag.html.haml
+++ b/app/views/projects/tags/_tag.html.haml
@@ -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)