Change notebook width to 100 (#3423)

This commit is contained in:
Chris LaFreniere
2018-12-07 12:22:19 -08:00
committed by Kevin Cunnane
parent 3325e4d854
commit 049678b32e

View File

@@ -37,7 +37,7 @@
} }
.notebookEditor .monaco-select-box { .notebookEditor .monaco-select-box {
min-width: 150px; min-width: 100px;
} }
.notebookEditor .notebook-button.icon-add{ .notebookEditor .notebook-button.icon-add{