Changed the breadcrumbs for let it using flex-wrap

This commit is contained in:
Francesco Bruno
2024-05-05 15:55:58 +00:00
parent 6102e441d6
commit d52aac76c0
3 changed files with 34 additions and 26 deletions

View File

@@ -71,7 +71,8 @@
<div class="max-w-full px-4 truncate box-description" x-text="item.fqdn"></div>
</div>
</a>
<div class="flex flex-wrap gap-1 pt-1 group-hover:dark:text-white group-hover:text-black group min-h-6">
<div
class="flex flex-wrap gap-1 pt-1 group-hover:dark:text-white group-hover:text-black group min-h-6">
<template x-for="tag in item.tags">
<div class="tag" @click.prevent="gotoTag(tag.name)" x-text="tag.name"></div>
</template>