diff --git a/src/sql/parts/notebook/notebook.component.html b/src/sql/parts/notebook/notebook.component.html index 49db5b2fe0..af172b0de0 100644 --- a/src/sql/parts/notebook/notebook.component.html +++ b/src/sql/parts/notebook/notebook.component.html @@ -5,7 +5,7 @@ *--------------------------------------------------------------------------------------------*/ -->
-
+
diff --git a/src/sql/parts/notebook/notebook.css b/src/sql/parts/notebook/notebook.css index 81c65cab2f..5d1240483f 100644 --- a/src/sql/parts/notebook/notebook.css +++ b/src/sql/parts/notebook/notebook.css @@ -27,12 +27,12 @@ .notebookEditor .notebook-info-button { display: inline-block; width: 100%; - padding: 4px; + padding: 0px; text-align: center; cursor: pointer; padding-left: 15px; background-size: 11px; margin-right: 0.3em; - font-size: 13px; + font-size: 11px; background-image: url("./media/light/add.svg") } \ No newline at end of file