mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Change typo for monaco-pane-view (#8644)
* changed monaco-panel to pane (typo in classname) * removed headervisible
This commit is contained in:
@@ -204,7 +204,7 @@ export class InsightsDialogView extends Modal {
|
||||
|
||||
protected renderBody(container: HTMLElement) {
|
||||
this._container = container;
|
||||
container.classList.add('monaco-panel-view');
|
||||
container.classList.add('monaco-pane-view');
|
||||
|
||||
this._splitView = new SplitView(container);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user