Minimum grid height set when grid returns 0 rows (#4716)

This commit is contained in:
Chris LaFreniere
2019-03-27 10:57:48 -07:00
committed by GitHub
parent e1e9c08242
commit eac3420583
2 changed files with 13 additions and 4 deletions

View File

@@ -85,4 +85,8 @@
.notebookEditor .notebook-cellTable .ui-widget-content.slick-row {
border-left: 1px silver dotted;
}
.notebookEditor .notebook-cellTable .slick-viewport {
min-height: 39px;
}