From c5893a488fcd376d3c37fbbdbbabdc80afcef1ec Mon Sep 17 00:00:00 2001 From: Alan Ren Date: Wed, 7 Jul 2021 14:44:41 -0700 Subject: [PATCH] toolbar separator overlapping with other items (#16012) * separator overlapping with other items * Update notebook.css --- src/sql/workbench/contrib/notebook/browser/notebook.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sql/workbench/contrib/notebook/browser/notebook.css b/src/sql/workbench/contrib/notebook/browser/notebook.css index 2104fcd3fb..71f9b3595c 100644 --- a/src/sql/workbench/contrib/notebook/browser/notebook.css +++ b/src/sql/workbench/contrib/notebook/browser/notebook.css @@ -8,9 +8,8 @@ } .notebookEditor .taskbarSeparator { - margin: 0 16px 0 -8px; + margin: 0px 8px; } - .notebookEditor .editor-toolbar { border-bottom-style: solid; border-width: 0px 0px 1px 0px;