Made labels not clickable

Now users can easily click on the inputs.
pull/21/head
Filip 4 years ago committed by GitHub
parent a3282f9023
commit b8085e289b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,6 +84,7 @@ body {
position: absolute;
top: 15px;
left: 0;
pointer-events: none;
}
.form-control label span {

Loading…
Cancel
Save