Reduce the clickable area of labels. It was far too great.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user