mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
fixed a margin issue caused by the previous fix
This commit is contained in:
parent
4e3956e1e4
commit
f54cf1a639
1 changed files with 2 additions and 2 deletions
|
@ -195,8 +195,8 @@ class UsernameStep extends React.Component {
|
|||
}}
|
||||
onValidSubmit={this.handleValidSubmit}
|
||||
>
|
||||
<div>
|
||||
<label className="username-label">
|
||||
<div className="form-group row">
|
||||
<label className="username-label col-sm-3">
|
||||
{this.props.intl.formatMessage({id: 'registration.createUsername'})}
|
||||
{this.props.usernameHelp ? (
|
||||
<p className="help-text">{this.props.usernameHelp}</p>
|
||||
|
|
Loading…
Reference in a new issue