Commit b9d3f526 authored by Mike Greiling's avatar Mike Greiling

Merge branch '33905-small-package-tags-list-fix' into 'master'

Fix package tags alignment issue

See merge request gitlab-org/gitlab!25012
parents 63a79970 91db09c0
......@@ -210,20 +210,20 @@ export default {
<gl-link
v-gl-tooltip.hover
:title="value"
class="flex-truncate-child"
:href="item._links.web_path"
data-qa-selector="package_link"
>
{{ value }}
</gl-link>
<package-tags
v-if="item.tags && item.tags.length"
class="prepend-left-8"
:tags="item.tags"
hide-label
:tag-display-limit="1"
/>
</div>
<package-tags
v-if="item.tags && item.tags.length"
class="prepend-left-8"
:tags="item.tags"
hide-label
:tag-display-limit="1"
/>
</template>
<template #cell(project_path)="{item}">
......
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