Skip to content

Commit f3f6b96

Browse files
committed
repl: improve indentation
microsoft#87599
1 parent ddfccd4 commit f3f6b96

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • src/vs/workbench/contrib/debug/browser/media

src/vs/workbench/contrib/debug/browser/media/repl.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232

3333
.monaco-workbench.mac .repl .repl-tree .monaco-tl-twistie {
34-
padding-right: 0px;
34+
padding-right: 2px;
3535
}
3636

3737
.repl .repl-tree .output.expression.value-and-source {
@@ -63,6 +63,10 @@
6363
cursor: text;
6464
}
6565

66+
.repl .repl-tree .monaco-list-rows > .monaco-list-row .monaco-tl-twistie.collapsible {
67+
padding-left: 18px !important;
68+
}
69+
6670
.repl .repl-tree .output.expression > .value,
6771
.repl .repl-tree .evaluation-result.expression > .value {
6872
margin-left: 0px;

0 commit comments

Comments
 (0)