From a871b0355081d2f87d43a30e4255b2ff8ff47dc3 Mon Sep 17 00:00:00 2001 From: Hale Rankin Date: Mon, 8 Jun 2020 09:20:53 -0700 Subject: [PATCH] Reduced margin between notebook cells. Increased space at top of page. (#10735) (#10783) --- src/sql/workbench/contrib/notebook/browser/notebook.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sql/workbench/contrib/notebook/browser/notebook.css b/src/sql/workbench/contrib/notebook/browser/notebook.css index f7d4359094..40c6c9df2e 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; }