Add bottom margin to notebook table, fix python highlighting (#4055)

This commit is contained in:
Chris LaFreniere
2019-02-15 08:32:27 -10:00
committed by GitHub
parent 87bbb41fb6
commit 930e14e258
2 changed files with 4 additions and 3 deletions

View File

@@ -88,6 +88,7 @@
.notebookEditor .notebook-cellTable {
margin-left: 20px;
margin-top: 10px;
margin-bottom: 10px;
}
.notebookEditor .notebook-cellTable .ui-widget-content.slick-row {