Shift execution count label down just a bit

This commit is contained in:
Rob Lourens 2021-05-25 17:55:06 -07:00
parent 68efd480d0
commit 21162bfb68

View file

@ -521,6 +521,10 @@
text-align: center;
}
.monaco-workbench .notebookOverlay>.cell-list-container>.monaco-list>.monaco-scrollable-element>.monaco-list-rows>.monaco-list-row .cell-statusbar-hidden .execution-count-label {
line-height: 15px;
}
.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row .output-collapsed .execution-count-label {
bottom: 24px;
}