From 49f7bf27e8d4709af90117c58f287c0da6ab5cc6 Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Mon, 14 Apr 2025 18:44:15 +0200 Subject: [PATCH] Fix rendering issue in adventure dropdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a very simple patch fixing the rendering issue of the “Remove from collection” option in the adventure dropdown.- Together with #552, this should fix #539. --- frontend/src/lib/components/AdventureCard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/AdventureCard.svelte b/frontend/src/lib/components/AdventureCard.svelte index 2e9dd61..057137d 100644 --- a/frontend/src/lib/components/AdventureCard.svelte +++ b/frontend/src/lib/components/AdventureCard.svelte @@ -196,7 +196,7 @@