about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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 dabf39c..4274cc6 100644
--- a/frontend/static/style.css
+++ b/frontend/static/style.css
@@ -79,7 +79,7 @@ dl {
   align-items: baseline;
   grid-row-gap: 1ch;
   grid-template-rows: 1fr;
-  grid-template-columns: max-content 1fr;
+  grid-template-columns: max-content minmax(90%, 1fr);
 }
 
 pre {