From 9ac1f16cea2e4717ddd3e9989c29267976080e17 Mon Sep 17 00:00:00 2001 From: Lucy Zhang Date: Tue, 6 Jul 2021 11:45:46 -0700 Subject: [PATCH] Fix notebook toolbar when ADS screen width is decreased (#15987) * fix toolbar when width is decreased * remove height css --- src/sql/workbench/contrib/notebook/browser/notebook.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/sql/workbench/contrib/notebook/browser/notebook.css b/src/sql/workbench/contrib/notebook/browser/notebook.css index 4839c99fd8..a3f77a5a6f 100644 --- a/src/sql/workbench/contrib/notebook/browser/notebook.css +++ b/src/sql/workbench/contrib/notebook/browser/notebook.css @@ -37,10 +37,6 @@ 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; } @@ -62,7 +58,6 @@ .notebookEditor .in-preview .actions-container .action-item .codicon, .notebookEditor .in-preview .actions-container .action-item .codicon:before { display: flex; - height: 100%; padding-right: 0; background-size: contain; }