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

Moved package tags component inside div

parent e7f9dff2
...@@ -210,13 +210,12 @@ export default { ...@@ -210,13 +210,12 @@ export default {
<gl-link <gl-link
v-gl-tooltip.hover v-gl-tooltip.hover
:title="value" :title="value"
class="flex-truncate-child"
:href="item._links.web_path" :href="item._links.web_path"
data-qa-selector="package_link" data-qa-selector="package_link"
> >
{{ value }} {{ value }}
</gl-link> </gl-link>
</div>
<package-tags <package-tags
v-if="item.tags && item.tags.length" v-if="item.tags && item.tags.length"
class="prepend-left-8" class="prepend-left-8"
...@@ -224,6 +223,7 @@ export default { ...@@ -224,6 +223,7 @@ export default {
hide-label hide-label
:tag-display-limit="1" :tag-display-limit="1"
/> />
</div>
</template> </template>
<template #cell(project_path)="{item}"> <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