Commit eda2656b208aecbc0b140225feac9e0742e532ff

Authored by ajaiprakash
1 parent fec06a8966
Exists in master

Fixed styling bug

imports/client/views/nonOrg/enter/SignupView.js
... ... @@ -118,8 +118,9 @@ export default class Signup extends React.Component {
118 118 placeholder="Password"
119 119 />
120 120 </FormGroup>
121   - <Col md={12}
122   - <Button type="submit" className='bheader' bsStyle="success">Sign Up</Button></Col>
  121 + {/* <Col md={12} */}
  122 + <Button type="submit" bsStyle="success">Sign Up</Button>
  123 +
123 124 </form>
124 125 </Col>
125 126 </Row>
... ...