mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -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}
|
onValidSubmit={this.handleValidSubmit}
|
||||||
>
|
>
|
||||||
<div>
|
<div className="form-group row">
|
||||||
<label className="username-label">
|
<label className="username-label col-sm-3">
|
||||||
{this.props.intl.formatMessage({id: 'registration.createUsername'})}
|
{this.props.intl.formatMessage({id: 'registration.createUsername'})}
|
||||||
{this.props.usernameHelp ? (
|
{this.props.usernameHelp ? (
|
||||||
<p className="help-text">{this.props.usernameHelp}</p>
|
<p className="help-text">{this.props.usernameHelp}</p>
|
||||||
|
|
Loading…
Reference in a new issue