Skip to content
This repository was archived by the owner on Dec 20, 2021. It is now read-only.

Commit 60a4636

Browse files
premsankar89dgterry
authored andcommitted
Fix mobile resolution payload column (#16)
1 parent de05aec commit 60a4636

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/webapp/ts/app.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ export class AppComponent {
104104
}
105105
private ngAfterViewInit (_dialogService : DialogService) {
106106
this.checkSetup(_dialogService);
107+
let rightColumn = <HTMLElement>document.querySelector ('.right');
108+
this.resizePayloadColumn (rightColumn);
107109
}
108110
/*
109111
* This method is responsible for detecting if the set-up processs involving creation of various Watson services

0 commit comments

Comments
 (0)