From f465e24adfdff0a236071c7340f02c497fefac42 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 4 Feb 2022 14:38:28 +0100 Subject: [PATCH] components/buffer-header: fix dead space above description --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 7835fdb..340348a 100644 --- a/style.css +++ b/style.css @@ -186,7 +186,7 @@ button.danger:hover { grid-column: 2; display: grid; - grid-template-rows: auto auto; + grid-template-rows: 1fr auto; grid-template-columns: 1fr auto; }