From 27370c655dc8bf8dd290b61b06c471b9c05fbcc4 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Tue, 12 Feb 2019 08:49:44 -1000 Subject: [PATCH] fix left table border to be dotted, no longer have table border on div (#4010) --- src/sql/parts/notebook/notebook.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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