From 1b54a93d03a3ef67220676ceaacc09d07ca1ad66 Mon Sep 17 00:00:00 2001 From: jjanella <1+jjanella@noreply.localhost> Date: Wed, 10 Jun 2026 10:41:50 -0400 Subject: [PATCH] Line height update --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 83f3df5..7eca711 100644 --- a/static/style.css +++ b/static/style.css @@ -186,6 +186,6 @@ body { .tree { font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", monospace; - line-height: 1; + line-height: 1.2; overflow-x: auto; }