From cbcea87a823b2241a0fe141d845c8e1567c57d90 Mon Sep 17 00:00:00 2001 From: Barbara Valdez <34872381+barbaravaldez@users.noreply.github.com> Date: Thu, 3 Dec 2020 11:30:10 -0800 Subject: [PATCH] add right padding to notebook toolbar action item (#13640) (#13650) * add right padding to action item * remove extra line and add space --- src/sql/workbench/contrib/notebook/browser/notebook.css | 3 +++ 1 file changed, 3 insertions(+) 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;