Skip to content

Commit

Permalink
remove width from code field
Browse files Browse the repository at this point in the history
  • Loading branch information
asoltys committed Apr 15, 2019
1 parent fd4b807 commit bcc665e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NetworkSettings/Exits/CodeForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export default ({ nickname, registered, targetLength }) => {
value={code}
onChange={handleCode}
placeholder={t("confirmationCode")}
style={{ width: 300 }}
/>
</>
)}
Expand Down

0 comments on commit bcc665e

Please sign in to comment.