Skip to content

Commit

Permalink
AddByPubkey: fix fullWidth of the TextField
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMure committed Aug 16, 2017
1 parent fe7aeaf commit fb26014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/contact/AddByPubkey.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AddByPubkey extends Component {
const { error, pristine, submitting, waiting, handleSubmit } = this.props
return (
<form className={styles.wrapper} onSubmit={handleSubmit}>
<Field name='pubkey' component={renderTextField} required label='Contact'/>
<Field name='pubkey' component={renderTextField} required fullWidth label='Contact'/>

{ error && <Error>{error}</Error>}

Expand Down

0 comments on commit fb26014

Please sign in to comment.