From 31cbe20d1fb2c3443eb7c259140d2f23b2f01ce7 Mon Sep 17 00:00:00 2001 From: Silberengel Date: Sat, 12 Apr 2025 18:55:32 +0200 Subject: [PATCH] widen the event json view, to make reading and copy-pasting easier --- src/lib/components/util/CardActions.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/components/util/CardActions.svelte b/src/lib/components/util/CardActions.svelte index 2912f87..aa15174 100644 --- a/src/lib/components/util/CardActions.svelte +++ b/src/lib/components/util/CardActions.svelte @@ -138,8 +138,8 @@ {/if} - -
+ +
{JSON.stringify(event.rawEvent(), null, 2)}