Skip to content

Commit

Permalink
Fix hidden label
Browse files Browse the repository at this point in the history
  • Loading branch information
Joozty committed Nov 16, 2020
1 parent eb75354 commit 7373439
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/forms/invitation-register/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

width: 100%;
max-width: 50rem;
margin-top: -1rem;
}
4 changes: 4 additions & 0 deletions public/secure/invitation.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ body {
overflow: hidden;
}

.form {
padding-top: 1rem;
}

.group:first-of-type {
margin-top: 0;
}
Expand Down
2 changes: 1 addition & 1 deletion public/secure/invitation.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link href="/design/global/elements/message/message.css" rel="stylesheet" />
<link href="/secure/invitation.css" rel="stylesheet" />

<form id="registration-form" method="post" class="">
<form id="registration-form" method="post" class="form">
<div id="message" class="message fill"></div>
<p class="group">
<input id="email" class="control" type="text" name="email" placeholder="Enter Email" autocomplete="username">
Expand Down

1 comment on commit 7373439

@vercel
Copy link

@vercel vercel bot commented on 7373439 Nov 16, 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.