add right padding to notebook toolbar action item (#13640) (#13650)

* add right padding to action item

* remove extra line and add space
This commit is contained in:
Barbara Valdez
2020-12-03 11:30:10 -08:00
committed by GitHub
parent 2d50d2c5d1
commit cbcea87a82

View File

@@ -37,6 +37,9 @@
min-height: 21px;
}
.notebookEditor .editor-toolbar .actions-container .action-item .notebook-button.masked-pseudo {
padding-right: 18px;
}
.notebookEditor .editor-toolbar .actions-container .action-item .notebook-button {
display: inline-block;
text-align: center;