Commit 11083c89 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

Merge branch 'add-space-download-icon' into 'master'

Add space next to the download icon in download artifacts button

See merge request gitlab-org/gitlab!54228
parents 1e9f2112 9c5117c6
......@@ -18,7 +18,7 @@
.tree-controls<
= link_to download_project_job_artifacts_path(@project, @build),
rel: 'nofollow', download: '', class: 'gl-button btn btn-default download' do
= sprite_icon('download')
= sprite_icon('download', css_class: 'gl-mr-2')
Download artifacts archive
.tree-content-holder
......
---
title: Add space next to download icon in download artifacts button
merge_request: 54228
author: Yogi (@yo)
type: changed
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