Reduce the clickable area of labels. It was far too great.

This commit is contained in:
Tom Slominski
2015-03-06 22:38:24 +00:00
parent 87ab7d16f4
commit 5f4af1f795
2 changed files with 13 additions and 9 deletions

View File

@@ -107,6 +107,10 @@ a, a:visited {
padding: 10px 0;
}
.form-item p {
margin: 0;
}
.full-width {
width: 100%;
}
@@ -122,7 +126,7 @@ a, a:visited {
}
label {
display: block;
display: inline;
line-height: 2rem;
}