Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrebornix <penn.lv@gmail.com>2021-05-25 03:22:40 +0300
committerrebornix <penn.lv@gmail.com>2021-05-25 03:22:40 +0300
commitfe41fcc58d6ee4e6aa5a8ce0efe7dd4b7701ff7e (patch)
treeeff8c181e22b90a00c46421ac51854a98352e2ae
parentfe3cab25c5f46226366a932446c71dc85459c0c5 (diff)
:lipstick:
-rw-r--r--src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts b/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts
index 82072073879..49e1d98cf4c 100644
--- a/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts
+++ b/src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts
@@ -658,7 +658,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.code-cell-row.focused .cell-focus-indicator-right:before,
.monaco-workbench .notebookOverlay .monaco-list.selection-multiple .monaco-list-row.code-cell-row.selected .cell-focus-indicator-left:before,
.monaco-workbench .notebookOverlay .monaco-list.selection-multiple .monaco-list-row.code-cell-row.selected .cell-focus-indicator-right:before {
- top: 0px; height: 100%px;
+ top: 0px; height: 100%;
}`);
}