Enable loading spinner for notebook editor. (#18810)

This commit is contained in:
Cory Rivera
2022-03-24 16:31:33 -07:00
committed by GitHub
parent f325a2df08
commit d9501ffc03
5 changed files with 32 additions and 11 deletions

View File

@@ -251,3 +251,9 @@
.monaco-workbench.mac .notebookEditor .select-container {
padding-top: 2px;
}
.notebookEditor .editorLoader .loading-spinner {
height: 40px;
width: 40px;
padding: 10px
}