From 08feb3bdbfce0def363457f55a7b2d7f384cd179 Mon Sep 17 00:00:00 2001 From: Ruben Date: Tue, 21 Oct 2025 21:55:41 +0200 Subject: [PATCH] Reduce spacing between card action buttons --- custom/templates/list-card-grid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/templates/list-card-grid.php b/custom/templates/list-card-grid.php index ea0e3da..8fa8e6f 100644 --- a/custom/templates/list-card-grid.php +++ b/custom/templates/list-card-grid.php @@ -69,7 +69,7 @@ main > section.list-card-grid-wrapper { .card-actions { margin-top: auto; display: flex; - gap: 0.5rem; + gap: 0.3rem; flex-wrap: wrap; padding-bottom: 1rem;