From c174751b9cce036f4e3ef88b2e6d439ab8a66cba Mon Sep 17 00:00:00 2001 From: Addison Beck Date: Wed, 9 Mar 2022 11:16:53 -0500 Subject: [PATCH] [bug] Partially revert #1516 (#1531) --- src/app/app.component.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index b9471004..cd94408f 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() {