diff --git a/helix-term/src/ui/tree.rs b/helix-term/src/ui/tree.rs index dc9a05d6..4ec70879 100644 --- a/helix-term/src/ui/tree.rs +++ b/helix-term/src/ui/tree.rs @@ -918,7 +918,7 @@ impl TreeView { line.content.clone(), area.width .saturating_sub(indent_len) - .saturating_sub(1) + .saturating_sub(3) .into(), if line.is_ancestor_of_current_item { ancestor_style