diff --git a/src/sql/workbench/contrib/notebook/browser/notebook.css b/src/sql/workbench/contrib/notebook/browser/notebook.css index 44ef343540..cb28ef492d 100644 --- a/src/sql/workbench/contrib/notebook/browser/notebook.css +++ b/src/sql/workbench/contrib/notebook/browser/notebook.css @@ -4,7 +4,7 @@ *--------------------------------------------------------------------------------------------*/ .notebookEditor .scrollable { - padding-top: 6px; + padding-top: 16px; } .notebookEditor .taskbarSeparator { @@ -20,7 +20,7 @@ border-color: transparent; border-style: solid; border-width: 1px 1px 1px 4px; - margin: 16px; + margin: 8px; position: relative; }