repl: improve indentation

#87599
This commit is contained in:
isidor
2020-01-21 15:20:45 +01:00
parent ddfccd4de9
commit f3f6b96d71
@@ -31,7 +31,7 @@
}
.monaco-workbench.mac .repl .repl-tree .monaco-tl-twistie {
padding-right: 0px;
padding-right: 2px;
}
.repl .repl-tree .output.expression.value-and-source {
@@ -63,6 +63,10 @@
cursor: text;
}
.repl .repl-tree .monaco-list-rows > .monaco-list-row .monaco-tl-twistie.collapsible {
padding-left: 18px !important;
}
.repl .repl-tree .output.expression > .value,
.repl .repl-tree .evaluation-result.expression > .value {
margin-left: 0px;