Skip to content

Commit

Permalink
fix bad tree guide indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jun 20, 2019
1 parent 49e75c3 commit 5ed30da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/vs/base/browser/ui/tree/media/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ body:not([data-exploration="icon-exploration"]) .monaco-tl-indent {
left: 16px;
}

/* TODO @misolori remove before shipping stable */
body:not([data-exploration="icon-exploration"]) .hide-arrows .monaco-tl-indent {
left: 10px;
}

.monaco-tl-indent > svg {
overflow: visible;
}
Expand Down

0 comments on commit 5ed30da

Please sign in to comment.