Ensure Selectboxes in Notebook Toolbar have Minimum Size (#3393)

* Setting minimum width on selectboxes in notebook toolbar

* Fix spacing
This commit is contained in:
Chris LaFreniere
2018-12-03 20:31:08 -08:00
committed by GitHub
parent 649c2aa5a6
commit e1f3b19c0c

View File

@@ -36,6 +36,10 @@
font-size: 13px;
}
.notebookEditor .monaco-select-box {
min-width: 150px;
}
.notebookEditor .notebook-button.icon-add{
background-image: url("./media/light/add.svg");
}