mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
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:
@@ -88,6 +88,7 @@ export class ExecutionPlanViewHeader {
|
||||
private renderQueryText(): void {
|
||||
if (this._query) {
|
||||
this._queryContainer.innerText = this._query;
|
||||
this._queryContainer.title = this._query;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user