Skip to content

Commit

Permalink
Fix query plan scrollbars (#2927)
Browse files Browse the repository at this point in the history
* Fix query plan scrollbars

* Remove toString
  • Loading branch information
kburtram committed Oct 17, 2018
1 parent ac47fb8 commit 2c00711
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sql/parts/queryPlan/queryPlan.ts
Expand Up @@ -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) {
Expand Down

0 comments on commit 2c00711

Please sign in to comment.