Reduce tree indentation for more horizontal space

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-02 22:00:47 -05:00
parent 7fd0fb5271
commit c15b69e3e7
@@ -105,9 +105,9 @@
/* Tree nodes */
.tree-node {
margin: 1rem 0 1rem 2rem;
margin: 0.5rem 0 0.5rem 1rem;
border-left: 2px solid #ccc;
padding-left: 1rem;
padding-left: 0.75rem;
}
.tree-node-root {