From f57e59b53c078f7c339d7579b2512f25e07693cc Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 15 Jun 2026 09:13:14 +0200 Subject: [PATCH] style(person): drop the unused gap-1.5 from the add-event link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The person-add-event link wraps a single text label, so the flex gap never applies — only the sibling edit link (icon + text) needs it. Removing the dead utility per the UI/UX review nit. Refs #842 Co-Authored-By: Claude Opus 4.8 --- frontend/src/routes/persons/[id]/PersonCard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/persons/[id]/PersonCard.svelte b/frontend/src/routes/persons/[id]/PersonCard.svelte index 3f0284c9..d13afae3 100644 --- a/frontend/src/routes/persons/[id]/PersonCard.svelte +++ b/frontend/src/routes/persons/[id]/PersonCard.svelte @@ -148,7 +148,7 @@ const deathText = $derived(formatLifeDate(person.deathDate, person.deathDatePrec {m.person_add_event()}