Commit 91db09c0 authored by Nick Kipling's avatar Nick Kipling

Moved package tags component inside div

parent e7f9dff2
......@@ -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