diff --git a/src/sql/workbench/contrib/notebook/browser/notebook.css b/src/sql/workbench/contrib/notebook/browser/notebook.css index e2b5434c63..32f9f354c8 100644 --- a/src/sql/workbench/contrib/notebook/browser/notebook.css +++ b/src/sql/workbench/contrib/notebook/browser/notebook.css @@ -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;