fixes #65799
parent
1c7194ad5d
commit
93cbbc3eab
|
@ -5,11 +5,10 @@
|
|||
|
||||
/* Debug repl */
|
||||
|
||||
.composite.panel .repl {
|
||||
.repl {
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.repl .surveyor {
|
||||
|
@ -62,6 +61,10 @@
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.repl .repl-tree .monaco-list-row {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.monaco-workbench.windows .repl .repl-tree .monaco-list-row .input.expression,
|
||||
.monaco-workbench.windows .repl .repl-tree .monaco-list-row .output.expression,
|
||||
.monaco-workbench.linux .repl .repl-tree .monaco-list-row .input.expression,
|
||||
|
|
Loading…
Reference in New Issue