fix(css): first grid row too tall
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M frontend/static/style.css → frontend/static/style.css
@@ -16,6 +16,6 @@ } dl { display: grid; - grid-template-rows: 100%; + grid-template-rows: 1fr; grid-template-columns: max-content 1fr; }