Fixing graph root padding and truncating long queries in execution plan (#19703)

* Fixing graph root padding
Truncating queries to one line

* Updating remote package
This commit is contained in:
Aasim Khan
2022-06-09 17:05:35 -07:00
committed by GitHub
parent 20d2256709
commit 489259d364
8 changed files with 28 additions and 17 deletions

View File

@@ -88,6 +88,7 @@ export class ExecutionPlanViewHeader {
private renderQueryText(): void {
if (this._query) {
this._queryContainer.innerText = this._query;
this._queryContainer.title = this._query;
}
}