From 6e22ff12b9e4c9dd26a7ee55162d3b897252dd89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Erbsh=C3=A4u=C3=9Fer?= Date: Sun, 24 May 2026 09:22:44 +0200 Subject: [PATCH] fix button to span complete height MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Erbshäußer --- frontend/src/components/button.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/button.njk b/frontend/src/components/button.njk index e35d7b8..c1abaab 100644 --- a/frontend/src/components/button.njk +++ b/frontend/src/components/button.njk @@ -3,7 +3,7 @@ @import "/src/styles/default.css"; :host { - display: block; + display: grid; } button, a {