From 76ca51f2782c09d34dbded59faa3af40f334f033 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 4 May 2025 01:07:13 +0200 Subject: [PATCH] UX: add flex wrap to taghint --- src/UI/Popup/TagHint.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UI/Popup/TagHint.svelte b/src/UI/Popup/TagHint.svelte index 43f0f69cb0..6f85ce33ff 100644 --- a/src/UI/Popup/TagHint.svelte +++ b/src/UI/Popup/TagHint.svelte @@ -14,7 +14,7 @@ {#if tags?.length > 0} -
+
{#each tags as tag}
{#if tag["value"] === ""}