diff --git a/src/sql/workbench/contrib/notebook/browser/notebook.css b/src/sql/workbench/contrib/notebook/browser/notebook.css index 320db99939..4839c99fd8 100644 --- a/src/sql/workbench/contrib/notebook/browser/notebook.css +++ b/src/sql/workbench/contrib/notebook/browser/notebook.css @@ -37,6 +37,10 @@ min-height: 21px; } +.notebookEditor .in-preview .actions-container .action-item { + height: 100%; +} + .notebookEditor .editor-toolbar .actions-container .action-item .codicon.masked-pseudo { padding-right: 18px; }