From 1732e1c1b0869e5c5490eafe5468d58f8b3b1331 Mon Sep 17 00:00:00 2001 From: Frede H <22748698+fhdk@users.noreply.github.com> Date: Sun, 12 Oct 2025 15:40:49 +0200 Subject: [PATCH 1/2] [FIX] buttons on iso-card.vue Remove unintended spacing between link and button edge. Combine the individual button and a element into one a-element with a grid-col width of 100 --- components/iso-card.vue | 44 +++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/components/iso-card.vue b/components/iso-card.vue index 867e15a..d0b6afc 100644 --- a/components/iso-card.vue +++ b/components/iso-card.vue @@ -67,29 +67,31 @@