UX: add flex wrap to taghint

This commit is contained in:
Pieter Vander Vennet 2025-05-04 01:07:13 +02:00
parent 22b377a37f
commit 76ca51f278

View file

@ -14,7 +14,7 @@
</script>
{#if tags?.length > 0}
<div class="flex gap-x-4">
<div class="flex gap-x-4 flex-wrap">
{#each tags as tag}
<div class="break-words" style="word-break: break-word">
{#if tag["value"] === ""}