Skip to content

Commit

Permalink
fix indent guides in icon exploration
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Jun 19, 2019
1 parent a6652b5 commit 912ad66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/vs/base/browser/ui/tree/media/tree.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@
height: 100%;
position: absolute;
top: 0;
left: 16px;
left: 14px;
pointer-events: none;
}

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

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

0 comments on commit 912ad66

Please sign in to comment.