From 9315125648a12ebab8bce86b8a0af52dcc8427b0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 8 May 2024 08:35:00 +0200 Subject: style: fix overflowing
tags --- frontend/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit 1.4.1