Notebooks: Fix Padding on Mac SelectContainers in Toolbar (#9021)

* fix css on mac

* change to monaco workbench mac
This commit is contained in:
Chris LaFreniere
2020-02-05 16:06:55 -08:00
committed by GitHub
parent 8e67b104c3
commit 343daf58fe

View File

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