Commit a108cbd1 authored by Savas Vedova's avatar Savas Vedova

Merge branch '334069-wrap-artifacts-dropdown-text' into 'master'

Wrap pipeline artifact dropdown item names

See merge request gitlab-org/gitlab!68545
parents 74b5e0f5 ed2bbe1f
...@@ -110,6 +110,7 @@ export default { ...@@ -110,6 +110,7 @@ export default {
:href="artifact.path" :href="artifact.path"
rel="nofollow" rel="nofollow"
download download
class="gl-word-break-word"
data-testid="artifact-item" data-testid="artifact-item"
> >
<gl-sprintf :message="$options.i18n.downloadArtifact"> <gl-sprintf :message="$options.i18n.downloadArtifact">
......
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