mirror of
https://github.com/reiyua/RaysBookClub.git
synced 2026-01-20 15:37:47 +00:00
Make text boxes smaller
This commit is contained in:
parent
d2f9b69e3d
commit
bf85238e07
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ export function Signup ( props ) {
|
||||||
|
|
||||||
<Container>
|
<Container>
|
||||||
<Row>
|
<Row>
|
||||||
<Col>
|
<Col md={span: 4, offset:4}>
|
||||||
<Form>
|
<Form>
|
||||||
<Form.Group>
|
<Form.Group>
|
||||||
<Form.Label>Username</Form.Label>
|
<Form.Label>Username</Form.Label>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue