Commit bb5c1af7 authored by Annabel Gray's avatar Annabel Gray

Merge branch '50524-artifacts-sm' into 'master'

Resolve "Download artifacts button not available on mobile"

Closes #50524

See merge request gitlab-org/gitlab-ce!21332
parents d2590b15 c773f24a
......@@ -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
......
---
title: Shows download artifacts button for pipelines on small screens
merge_request:
author:
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