forked from MapComplete/MapComplete
UX: add flex wrap to taghint
This commit is contained in:
parent
22b377a37f
commit
76ca51f278
1 changed files with 1 additions and 1 deletions
|
@ -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"] === ""}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue