This commit is contained in:
Philipp Dormann 2025-03-20 21:52:39 +01:00
parent 1bc53146b9
commit 050a146ae0
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314
2 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@
<td class="px-6 py-4 whitespace-nowrap">
<div class="flex items-center">
<div
class="text-sm font-medium text-gray-900 gap-0.5 flex"
class="text-sm font-medium text-gray-900 gap-0.5 flex flex-wrap"
>
{#if t.groups.length > 0}
{#each t.groups as g}

View File

@ -115,11 +115,11 @@
>
{/if}
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 gap-0.5 flex">
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500 gap-0.5 flex flex-wrap">
{#each u.groups as g}
<a
href="../groups/{g.id}"
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full border bg-gray-100 text-gray-800 border border-current"
class="px-2 inline-flex text-xs leading-5 font-semibold rounded-full border bg-gray-100 text-gray-800 border-current"
>{g.name}</a
>
{/each}