about summary refs log tree commit diff stats
path: root/frontend/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static/style.css')
-rw-r--r--frontend/static/style.css2
1 files changed, 1 insertions, 1 deletions
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;
 }