fix left table border to be dotted, no longer have table border on div (#4010)

This commit is contained in:
Chris LaFreniere
2019-02-12 08:49:44 -10:00
committed by GitHub
parent 887f4e8985
commit 27370c655d

View File

@@ -86,7 +86,10 @@
}
.notebookEditor .notebook-cellTable {
border: 1px silver solid;
margin-left: 20px;
margin-top: 10px;
}
.notebookEditor .notebook-cellTable .ui-widget-content.slick-row {
border-left: 1px silver dotted;
}