diff --git a/src/sql/parts/notebook/notebook.css b/src/sql/parts/notebook/notebook.css index e2ce0ad489..c8e604ae89 100644 --- a/src/sql/parts/notebook/notebook.css +++ b/src/sql/parts/notebook/notebook.css @@ -83,4 +83,10 @@ } .moreActions.actionhidden { visibility: hidden +} + +.notebookEditor .notebook-cellTable { + border: 1px silver solid; + margin-left: 20px; + margin-top: 10px; } \ No newline at end of file