From 3c54a3f63ad9b9ccaf5ca064ec3fd730164aad4a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 4 May 2024 19:52:39 +0200 Subject: fix(css): first grid row too tall --- frontend/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/static') diff --git a/frontend/static/style.css b/frontend/static/style.css index e72df60..95198fb 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -16,6 +16,6 @@ dd { dl { display: grid; - grid-template-rows: 100%; + grid-template-rows: 1fr; grid-template-columns: max-content 1fr; } -- cgit 1.4.1