From dbcc77f80854b07fb40145a461ca1957c0820157 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 01:50:33 +0100 Subject: [PATCH] Reduce gap between actions in entry card --- client/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/index.css b/client/src/index.css index f308177..c2ec554 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -112,7 +112,7 @@ h4 { .entry-card__actions.inline { display: flex; flex-direction: column; - gap: 0.35rem; + gap: 0.1rem; align-items: flex-end; flex: 0 0 auto; min-width: 0;