Fix 'Add Suggestion' button formatting
This commit is contained in:
@ -136,8 +136,7 @@ module.exports = React.createClass({
|
||||
<Col xs={1}></Col>
|
||||
<Col xs={2}>
|
||||
<FormGroup controlId="addnewsuggestionbutton">
|
||||
<ControlLabel><br /></ControlLabel>
|
||||
<Button bsStyle="success" disabled={buttonDisabled} onClick={this.onAddSuggestion}>Add</Button>
|
||||
<Button bsClass="addsuggestionbutton btn" bsStyle="success" disabled={buttonDisabled} onClick={this.onAddSuggestion}>Add</Button>
|
||||
</FormGroup>
|
||||
</Col>
|
||||
</Row>
|
||||
|
Reference in New Issue
Block a user