Fix 'Add Suggestion' button formatting
This commit is contained in:
parent
d24c324398
commit
a395dacfef
@ -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>
|
||||
|
@ -21,3 +21,7 @@ div.tab-content {
|
||||
div.row div.panel div.panel-body {
|
||||
padding: 15px 0 15px 0
|
||||
}
|
||||
|
||||
.addsuggestionbutton {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user