Removed style that was interfering with text selection within code cell. (#10769)

This commit is contained in:
Hale Rankin
2020-06-05 17:51:23 -07:00
committed by GitHub
parent eafe659ec9
commit 52a12f0d51

View File

@@ -57,9 +57,6 @@ code-component .editor {
code-cell-component code-component .monaco-editor .margin-view-overlays .line-numbers {
left: 0!important;
}
code-cell-component code-component .monaco-scrollable-element.editor-scrollable.vs {
left: 40px!important;
}
code-cell-component .monaco-editor .margin,
code-cell-component code-component .monaco-editor,