From a8cd2a6cf7b85d6c3a72805443b281683b45b6e7 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 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() {