Shows download artifacts button for pipelines on small screens

This commit is contained in:
Filipa Lacerda 2018-08-21 17:03:33 +01:00
parent d2590b1542
commit c773f24a8e
No known key found for this signature in database
GPG Key ID: 9CA3FDE4D1E2F1C8
2 changed files with 6 additions and 1 deletions

View File

@ -330,7 +330,7 @@ export default {
<pipelines-artifacts-component
v-if="pipeline.details.artifacts.length"
:artifacts="pipeline.details.artifacts"
class="d-none d-sm-none d-md-block"
class="d-md-block"
/>
<loading-button

View File

@ -0,0 +1,5 @@
---
title: Shows download artifacts button for pipelines on small screens
merge_request:
author:
type: changed