Skip to content

Commit a5f0717

Browse files
committed
Fix cell folding indicator position
1 parent b37b58f commit a5f0717

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/notebook/browser/media/notebook.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@
660660

661661
.monaco-workbench .notebookOverlay > .cell-list-container .notebook-folding-indicator {
662662
position: absolute;
663-
top: 4px;
663+
top: 11px;
664664
left: 0px;
665665
right: 0;
666666
}

0 commit comments

Comments
 (0)