Skip to content

Commit fe41fcc

Browse files
committed
💄
1 parent fe3cab2 commit fe41fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
658658
.monaco-workbench .notebookOverlay .monaco-list .monaco-list-row.code-cell-row.focused .cell-focus-indicator-right:before,
659659
.monaco-workbench .notebookOverlay .monaco-list.selection-multiple .monaco-list-row.code-cell-row.selected .cell-focus-indicator-left:before,
660660
.monaco-workbench .notebookOverlay .monaco-list.selection-multiple .monaco-list-row.code-cell-row.selected .cell-focus-indicator-right:before {
661-
top: 0px; height: 100%px;
661+
top: 0px; height: 100%;
662662
}`);
663663
}
664664

0 commit comments

Comments
 (0)