From 7b061941997c138d6890bc1ffc2254a7e8152cde Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Wed, 16 Dec 2020 15:08:06 -0800 Subject: [PATCH] Remove hardcoded search box height (#13823) --- .../contrib/notebook/browser/media/notebook.contribution.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sql/workbench/contrib/notebook/browser/media/notebook.contribution.css b/src/sql/workbench/contrib/notebook/browser/media/notebook.contribution.css index 83305ef13e..ea01b88f56 100644 --- a/src/sql/workbench/contrib/notebook/browser/media/notebook.contribution.css +++ b/src/sql/workbench/contrib/notebook/browser/media/notebook.contribution.css @@ -19,7 +19,6 @@ } .notebookExplorer-viewlet > .header { - height: 41px; box-sizing: border-box; padding: 5px 12px 6px 16px; }