diff --git a/src/app/app.component.ts b/src/app/app.component.ts index b94710047cd..cd94408f940 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -197,6 +197,8 @@ export class AppComponent implements OnDestroy, OnInit { new SendOptionsPolicy(), new ResetPasswordPolicy(), ]); + + this.setFullWidth(); } ngOnDestroy() {