Commit ed2bbe1f authored by mfluharty's avatar mfluharty

Wrap pipeline artifact dropdown item names

Add gl-word-break-word to pipeline artifacts dropdown items
to prevent the names being cut off at the edge

Changelog: fixed
parent a66582cb
......@@ -110,6 +110,7 @@ export default {
:href="artifact.path"
rel="nofollow"
download
class="gl-word-break-word"
data-testid="artifact-item"
>
<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