From cf0f3b0426b7a6552ddaf837da8656afcb791f33 Mon Sep 17 00:00:00 2001 From: Hale Rankin Date: Fri, 5 Jun 2020 17:17:19 -0700 Subject: [PATCH] Reduced margin between notebook cells. Increased space at top of page. (#10735) --- 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 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; }