From d8c664b9e0e796e35abbe3b107d24629d8c24262 Mon Sep 17 00:00:00 2001 From: jjanella <1+jjanella@noreply.localhost> Date: Wed, 10 Jun 2026 10:18:40 -0400 Subject: [PATCH] fix mobile line height and wrapping --- static/style.css | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/static/style.css b/static/style.css index 989dd8a..aaf84c6 100644 --- a/static/style.css +++ b/static/style.css @@ -186,20 +186,8 @@ 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; } - -.tree p { - margin: 0; - line-height: 1.2; -} - -.tree ul { - margin: 0; - padding: 0; - list-style: none; -} - -.tree li { - margin: 0; - padding: 0; -} \ No newline at end of file