Skip to content

Commit

Permalink
invite code input spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheraff committed Mar 22, 2024
1 parent f4602df commit 877702d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions client/src/components/UserAccountDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,10 @@ function NotLoggedIn({
void submitInviteCode(code)
}}
>
<input type="text" name="code" required minLength={17} maxLength={17} />
<Button type="submit">Submit</Button>
<ButtonList>
<input type="text" name="code" required minLength={17} maxLength={17} />
<Button type="submit">Submit</Button>
</ButtonList>
</form>
<Divider />
<p>Sign in</p>
Expand Down

0 comments on commit 877702d

Please sign in to comment.