Fixed #4947 Increase the size of the notebook command icons and space between icon and button (#5235)

This commit is contained in:
Yurong He
2019-04-26 19:57:40 -07:00
committed by GitHub
parent 9b90400abd
commit 49c36cc040

View File

@@ -22,23 +22,25 @@
}
.notebookEditor .actionbar-container .monaco-action-bar > ul.actions-container {
padding-top: 0px;
padding-top: 4px;
padding-bottom: 4px;
}
.notebookEditor .notebook-button {
.notebookEditor .actions-container .action-item .notebook-button {
display: inline-block;
width: 100%;
padding: 0px;
text-align: center;
cursor: pointer;
padding-left: 15px;
padding-left: 18px;
background-size: 13px;
margin-right: 0.3em;
font-size: 13px;
margin-right: 20px;
font-size: 11px;
}
.notebookEditor .monaco-select-box {
.notebookEditor .labelOnLeftContainer {
min-width: 100px;
margin-right: 20px;
}
.notebookEditor .notebook-button.icon-add{