Give form field labels some spacing above them
This commit is contained in:
parent
f47855c519
commit
0f0dfb888d
1 changed files with 4 additions and 0 deletions
|
@ -20,3 +20,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form .label {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue