From c61fec03dac3f4b83904709c66c0f199bea5a4cf Mon Sep 17 00:00:00 2001 From: jjanella <1+jjanella@noreply.localhost> Date: Wed, 10 Jun 2026 10:20:35 -0400 Subject: [PATCH] fixed missing link in tree --- static/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/style.css b/static/style.css index aaf84c6..83f3df5 100644 --- a/static/style.css +++ b/static/style.css @@ -187,7 +187,5 @@ body { .tree { font-family: "JetBrains Mono", "Fira Code", "Cascadia Code", "Source Code Pro", monospace; line-height: 1; - white-space: pre; - text-align: left; overflow-x: auto; }