From 49c36cc040f6d47c6ad6f7c161c201671e0af05e Mon Sep 17 00:00:00 2001 From: Yurong He Date: Fri, 26 Apr 2019 19:57:40 -0700 Subject: [PATCH] Fixed #4947 Increase the size of the notebook command icons and space between icon and button (#5235) --- src/sql/workbench/parts/notebook/notebook.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/sql/workbench/parts/notebook/notebook.css b/src/sql/workbench/parts/notebook/notebook.css index 2f81051a14..200563fcb7 100644 --- a/src/sql/workbench/parts/notebook/notebook.css +++ b/src/sql/workbench/parts/notebook/notebook.css @@ -22,23 +22,25 @@ } .notebookEditor .actionbar-container .monaco-action-bar > ul.actions-container { - padding-top: 0px; + padding-top: 4px; + padding-bottom: 4px; } -.notebookEditor .notebook-button { +.notebookEditor .actions-container .action-item .notebook-button { display: inline-block; width: 100%; padding: 0px; text-align: center; cursor: pointer; - padding-left: 15px; + padding-left: 18px; background-size: 13px; - margin-right: 0.3em; - font-size: 13px; + margin-right: 20px; + font-size: 11px; } -.notebookEditor .monaco-select-box { +.notebookEditor .labelOnLeftContainer { min-width: 100px; + margin-right: 20px; } .notebookEditor .notebook-button.icon-add{