diff --git a/src/main/webapp/ts/app.component.ts b/src/main/webapp/ts/app.component.ts index dca5ce2..bd4532c 100644 --- a/src/main/webapp/ts/app.component.ts +++ b/src/main/webapp/ts/app.component.ts @@ -104,6 +104,8 @@ export class AppComponent { } private ngAfterViewInit (_dialogService : DialogService) { this.checkSetup(_dialogService); + let rightColumn = document.querySelector ('.right'); + this.resizePayloadColumn (rightColumn); } /* * This method is responsible for detecting if the set-up processs involving creation of various Watson services