From 98b3da31c7c91fa766c75551ae8ac380a477d35d Mon Sep 17 00:00:00 2001 From: ryanml Date: Thu, 3 Mar 2022 10:20:58 -0700 Subject: [PATCH] Restoring create password form layout (#13824) --- ui/pages/first-time-flow/index.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/pages/first-time-flow/index.scss b/ui/pages/first-time-flow/index.scss index c6279d1b9..93c52fbde 100644 --- a/ui/pages/first-time-flow/index.scss +++ b/ui/pages/first-time-flow/index.scss @@ -29,7 +29,8 @@ } } - &__import { + &__import, + &__form { display: flex; flex-direction: column; }