diff --git a/src/sql/parts/queryPlan/queryPlan.ts b/src/sql/parts/queryPlan/queryPlan.ts index f4e56a1207d5..607b9d4bb16e 100644 --- a/src/sql/parts/queryPlan/queryPlan.ts +++ b/src/sql/parts/queryPlan/queryPlan.ts @@ -45,6 +45,8 @@ export class QueryPlanView implements IPanelView { } public layout(dimension: Dimension): void { + this.container.style.width = dimension.width + 'px'; + this.container.style.height = dimension.height + 'px'; } public showPlan(xml: string) {