Skip to content

Commit

Permalink
fix: Improper Alignment of Order Now alert box (#5556)
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinchauhan2889 authored Nov 10, 2020
1 parent 7d49a44 commit cbf8e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/templates/components/forms/orders/guest-order-form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</div>
{{#if this.userExists}}
<div class="ui text muted">{{t 'You have previously registered with this email address.'}}</div>
<div class="ui divider hidden"></div>
<div class="field">
<label class="required" for="password">{{t 'Please enter your password to continue.'}}</label>
<Input @type="password" @name="password" @value={{this.password}} />
Expand All @@ -27,6 +28,7 @@
</button>
{{else if this.showPasswordForm}}
<div class="ui text muted">{{t 'Please set up a password to continue.'}}</div>
<div class="ui divider hidden"></div>
<div class="field">
<label class="required" for="password">{{t 'Password'}}</label>
<Input @type="password" @name="password" @value={{this.password}} />
Expand Down
2 changes: 1 addition & 1 deletion app/templates/components/modals/login-signup-modal.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>
{{else if (eq this.session.currentRouteName 'public.index')}}
<i class="black close icon"></i>
<div class="ui basic compact segment">
<div class="ui basic segment">
<div class="content">
<Forms::Orders::GuestOrderForm
@isLoading={{this.isLoading}}
Expand Down

1 comment on commit cbf8e2a

@vercel
Copy link

@vercel vercel bot commented on cbf8e2a Nov 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.