From cbf8e2a08d457d7967e63c2d302c7f06b46c554f Mon Sep 17 00:00:00 2001 From: Sachin Chauhan Date: Tue, 10 Nov 2020 19:13:44 +0530 Subject: [PATCH] fix: Improper Alignment of Order Now alert box (#5556) --- app/templates/components/forms/orders/guest-order-form.hbs | 2 ++ app/templates/components/modals/login-signup-modal.hbs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/templates/components/forms/orders/guest-order-form.hbs b/app/templates/components/forms/orders/guest-order-form.hbs index 9f1f47a6b79..722b534a93a 100644 --- a/app/templates/components/forms/orders/guest-order-form.hbs +++ b/app/templates/components/forms/orders/guest-order-form.hbs @@ -15,6 +15,7 @@ {{#if this.userExists}}
{{t 'You have previously registered with this email address.'}}
+
@@ -27,6 +28,7 @@ {{else if this.showPasswordForm}}
{{t 'Please set up a password to continue.'}}
+
diff --git a/app/templates/components/modals/login-signup-modal.hbs b/app/templates/components/modals/login-signup-modal.hbs index 93e6a0eaa3b..13a5e40288b 100644 --- a/app/templates/components/modals/login-signup-modal.hbs +++ b/app/templates/components/modals/login-signup-modal.hbs @@ -20,7 +20,7 @@
{{else if (eq this.session.currentRouteName 'public.index')}} -
+