From 049678b32ef6616633a795c66901ff789ff65466 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Fri, 7 Dec 2018 12:22:19 -0800 Subject: [PATCH] Change notebook width to 100 (#3423) --- src/sql/parts/notebook/notebook.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sql/parts/notebook/notebook.css b/src/sql/parts/notebook/notebook.css index 7fc78e1d80..d683d9d631 100644 --- a/src/sql/parts/notebook/notebook.css +++ b/src/sql/parts/notebook/notebook.css @@ -37,7 +37,7 @@ } .notebookEditor .monaco-select-box { - min-width: 150px; + min-width: 100px; } .notebookEditor .notebook-button.icon-add{