Commit d5b679c21a2918788e81afbb1fa6a1cf62678584
1 parent
ad09bdf6a1
Exists in
master
fixed style
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
imports/client/views/nonOrg/enter/SignupView.js
... | ... | @@ -119,7 +119,7 @@ export default class Signup extends React.Component { |
119 | 119 | /> |
120 | 120 | </FormGroup> |
121 | 121 | {/* <Col md={12} */} |
122 | - <Button type="submit" style="float:center" bsStyle="success">Sign Up</Button> | |
122 | + <Button type="submit" style={{float: 'right'}} bsStyle="success">Sign Up</Button> | |
123 | 123 | |
124 | 124 | </form> |
125 | 125 | </Col> | ... | ... |
imports/client/views/org/admin/students/UploadCsv.js