This commit is contained in:
Miguel Solorio 2020-06-02 00:26:40 -07:00
parent 1bfa086adb
commit c9ecf8cdd9

View file

@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-workbench .monaco-workbench .notebookOverlay.notebook-editor {
.monaco-workbench .notebookOverlay.notebook-editor {
box-sizing: border-box;
line-height: 22px;
user-select: initial;
@ -11,7 +11,7 @@
position: relative;
}
.cell.markdown {
.monaco-workbench .cell.markdown {
user-select: text;
-webkit-user-select: text;
white-space: initial;