提交 8d5db4b7 编写于 作者: I isidor

debug: css order matters

上级 2f92b342
......@@ -90,14 +90,6 @@
/* Allign twistie since repl tree is smaller and sometimes has paired elements */
.monaco-workbench .repl .repl-tree .monaco-tree .monaco-tree-row.has-children .content.input-output-pair:before {
top: 23px;
}
.monaco-workbench .repl .repl-tree .monaco-tree .monaco-tree-row.has-children .content.input-output-pair:after {
top: 25px;
}
.monaco-workbench .repl .repl-tree .monaco-tree .monaco-tree-rows > .monaco-tree-row.has-children > .content:before {
top: 6px;
}
......@@ -106,6 +98,14 @@
top: 8px;
}
.monaco-workbench .repl .repl-tree .monaco-tree .monaco-tree-row.has-children > .content.input-output-pair:before {
top: 23px;
}
.monaco-workbench .repl .repl-tree .monaco-tree .monaco-tree-row.has-children > .content.input-output-pair:after {
top: 25px;
}
.monaco-workbench .repl .repl-input-wrapper {
position: absolute;
width: 100%;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册