fix form label padding from overlapping field, resolves #37

This commit is contained in:
meeb 2021-01-20 18:03:24 +11:00
parent 4cd6701c8a
commit eebef3371f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
}
.help-text {
color: $form-help-text-colour;
padding: 1rem 0 1rem 0;
padding-bottom: 1rem;
}
label {
text-transform: uppercase;