From d247af6619024966f39458b98d26f6133ab72b13 Mon Sep 17 00:00:00 2001 From: Hale Rankin Date: Tue, 2 Jun 2020 13:11:37 -0700 Subject: [PATCH] Adjusted + Cell element height to fix layout on Mac and Windows. (#10681) --- src/sql/workbench/contrib/notebook/browser/notebook.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sql/workbench/contrib/notebook/browser/notebook.css b/src/sql/workbench/contrib/notebook/browser/notebook.css index 3d3c767dc2..f7d4359094 100644 --- a/src/sql/workbench/contrib/notebook/browser/notebook.css +++ b/src/sql/workbench/contrib/notebook/browser/notebook.css @@ -52,6 +52,7 @@ .notebookEditor .in-preview .actions-container .action-item .notebook-button { display: flex; background-size: 16px; + height: 100%; } .notebookEditor