diff --git a/src/sql/workbench/contrib/notebook/browser/notebook.component.ts b/src/sql/workbench/contrib/notebook/browser/notebook.component.ts index 854e33a1b6..a1545876d3 100644 --- a/src/sql/workbench/contrib/notebook/browser/notebook.component.ts +++ b/src/sql/workbench/contrib/notebook/browser/notebook.component.ts @@ -460,8 +460,8 @@ export class NotebookComponent extends AngularDisposable implements OnInit, OnDe { element: buttonDropdownContainer }, { action: this._runAllCellsAction }, { element: Taskbar.createTaskbarSeparator() }, - { element: attachToContainer }, { element: kernelContainer }, + { element: attachToContainer }, { element: spacerElement }, { action: collapseCellsAction }, { action: clearResultsButton },