Address notebook margin and border CSS issues (#3977)

This commit is contained in:
Chris LaFreniere
2019-02-08 10:01:09 -10:00
committed by GitHub
parent b692088c94
commit 0b6aedfc93

View File

@@ -83,4 +83,10 @@
}
.moreActions.actionhidden {
visibility: hidden
}
.notebookEditor .notebook-cellTable {
border: 1px silver solid;
margin-left: 20px;
margin-top: 10px;
}