diff --git a/src/sql/parts/notebook/notebook.css b/src/sql/parts/notebook/notebook.css index c8e604ae89..1560142830 100644 --- a/src/sql/parts/notebook/notebook.css +++ b/src/sql/parts/notebook/notebook.css @@ -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; } \ No newline at end of file