mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
add right padding to notebook toolbar action item (#13640)
* add right padding to action item * remove extra line and add space
This commit is contained in:
@@ -37,6 +37,9 @@
|
|||||||
min-height: 21px;
|
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 {
|
.notebookEditor .editor-toolbar .actions-container .action-item .notebook-button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user