Skip to content

Commit

Permalink
Solved stepper warning and bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Suresh committed Jan 19, 2017
1 parent 289bbeb commit 144d7db
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions reactJS/app/components/RegisterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ class RegisterComponent extends Component {
</Step>
<Step>
<StepLabel>Enter events location (OPTIONAL)</StepLabel>
<br></br>

<StepContent>
<div className='row'>
<div className='col-xs-12'>
Expand Down Expand Up @@ -542,10 +542,8 @@ class RegisterComponent extends Component {

</Step>
<Step>
<StepLabel style={{
marginTop: 17
}}>Enter Event location <br></br><span style={{'color':'rgba(0, 0, 0, 0.258824)'}}> (Optional)</span></StepLabel>
<br></br>
<StepLabel>Enter Event location <br></br><span style={{'color':'rgba(0, 0, 0, 0.258824)'}}> (Optional)</span></StepLabel>


</Step>
<Step>
Expand Down

0 comments on commit 144d7db

Please sign in to comment.