From d96835c08360f7285d74cae1437323d6f489f3fb Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Thu, 17 Jun 2021 14:52:36 -0700 Subject: [PATCH] Fix secondary actions for Notebook editor toolbar (#15788) --- src/sql/workbench/contrib/notebook/browser/notebook.css | 4 ++++ 1 file changed, 4 insertions(+) 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; }