fix button to span complete height

Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
2026-05-24 09:22:44 +02:00
parent b8cf32813d
commit 6e22ff12b9
+1 -1
View File
@@ -3,7 +3,7 @@
@import "/src/styles/default.css"; @import "/src/styles/default.css";
:host { :host {
display: block; display: grid;
} }
button, a { button, a {