From 0b6aedfc936b892dce9712dfdfd861de04072c85 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Fri, 8 Feb 2019 10:01:09 -1000 Subject: [PATCH] Address notebook margin and border CSS issues (#3977) --- src/sql/parts/notebook/notebook.css | 6 ++++++ 1 file changed, 6 insertions(+) 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