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; +}