From 4b7baa652f82c663966fa8115a3ae416056170e4 Mon Sep 17 00:00:00 2001 From: Maddy <12754347+MaddyDev@users.noreply.github.com> Date: Tue, 24 Nov 2020 10:47:52 -0800 Subject: [PATCH] update css to remove extra padding (#13491) --- src/sql/workbench/contrib/notebook/browser/notebook.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sql/workbench/contrib/notebook/browser/notebook.css b/src/sql/workbench/contrib/notebook/browser/notebook.css index d80232f282..e2b5434c63 100644 --- a/src/sql/workbench/contrib/notebook/browser/notebook.css +++ b/src/sql/workbench/contrib/notebook/browser/notebook.css @@ -55,6 +55,8 @@ .notebookEditor .in-preview .actions-container .action-item .notebook-button:before { display: flex; height: 100%; + padding-right: 0px; + background-size: contain; } .notebookEditor