fix form label padding from overlapping field, resolves #37
This commit is contained in:
parent
4cd6701c8a
commit
eebef3371f
|
@ -4,7 +4,7 @@
|
|||
}
|
||||
.help-text {
|
||||
color: $form-help-text-colour;
|
||||
padding: 1rem 0 1rem 0;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
label {
|
||||
text-transform: uppercase;
|
||||
|
|
Loading…
Reference in New Issue