Skip to content

Commit

Permalink
Mobile Stepper optional step’s label
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Suresh committed Jan 27, 2017
1 parent fbb8b32 commit 65090c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reactJS/app/components/RegisterComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ class RegisterComponent extends Component {
</StepContent>
</Step>
<Step>
<StepLabel>Enter events location (OPTIONAL)</StepLabel>
<StepLabel><span>Enter event location <br></br><span style={{'color':'rgba(0, 0, 0, 0.258824)'}}>Optional</span></span></StepLabel>

<StepContent>
<div className='row'>
Expand Down Expand Up @@ -534,7 +534,7 @@ class RegisterComponent extends Component {

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


</Step>
Expand Down

0 comments on commit 65090c6

Please sign in to comment.