diff --git a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css index f9f1bb30b8..2bf8772fcb 100644 --- a/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css +++ b/src/sql/workbench/contrib/notebook/browser/cellViews/textCell.css @@ -34,9 +34,6 @@ text-cell-component .show-markdown .notebook-preview { .notebook-preview.actionselect { user-select: text; } -text-cell-component code-component .monaco-scrollable-element.editor-scrollable.vs { - left: 16px!important; -} text-cell-component .monaco-editor .margin, text-cell-component code-component .monaco-editor, text-cell-component code-component .monaco-editor-background,