From 343daf58fef1a5b08c37efb33e04ec3ef08e3875 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Wed, 5 Feb 2020 16:06:55 -0800 Subject: [PATCH] Notebooks: Fix Padding on Mac SelectContainers in Toolbar (#9021) * fix css on mac * change to monaco workbench mac --- src/sql/workbench/contrib/notebook/browser/notebook.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sql/workbench/contrib/notebook/browser/notebook.css b/src/sql/workbench/contrib/notebook/browser/notebook.css index 557120f282..7fbb302a74 100644 --- a/src/sql/workbench/contrib/notebook/browser/notebook.css +++ b/src/sql/workbench/contrib/notebook/browser/notebook.css @@ -232,3 +232,7 @@ .hc-black .notebookEditor .hoverButton .addTextIcon { background-image: url("./media/dark/add_text_inverse.svg"); } + +.monaco-workbench.mac .notebookEditor .select-container { + padding-top: 2px; +}