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